Skip to content

Commit ed7c4bf

Browse files
authored
Merge pull request #82 from nexB/bump_dependencies
Bump version of dependencies in tests
2 parents 64d8426 + 8d65af5 commit ed7c4bf

File tree

3 files changed

+37
-37
lines changed

3 files changed

+37
-37
lines changed

tests/data/azure-devops.req-310-expected.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
"package": "pkg:pypi/[email protected]",
142142
"dependencies": [
143143
"pkg:pypi/[email protected]",
144-
"pkg:pypi/[email protected].1",
144+
"pkg:pypi/[email protected].2",
145145
"pkg:pypi/[email protected]"
146146
]
147147
},
@@ -164,7 +164,7 @@
164164
"dependencies": []
165165
},
166166
{
167-
"package": "pkg:pypi/[email protected].1",
167+
"package": "pkg:pypi/[email protected].2",
168168
"dependencies": [
169169
"pkg:pypi/[email protected]"
170170
]
@@ -893,12 +893,12 @@
893893
"type": "pypi",
894894
"namespace": null,
895895
"name": "cryptography",
896-
"version": "38.0.1",
896+
"version": "38.0.2",
897897
"qualifiers": {},
898898
"subpath": null,
899899
"primary_language": "Python",
900900
"description": "pyca/cryptography\n=================\n\n.. image:: https://img.shields.io/pypi/v/cryptography.svg\n :target: https://pypi.org/project/cryptography/\n :alt: Latest Version\n\n.. image:: https://readthedocs.org/projects/cryptography/badge/?version=latest\n :target: https://cryptography.io\n :alt: Latest Docs\n\n.. image:: https://github.com/pyca/cryptography/workflows/CI/badge.svg?branch=main\n :target: https://github.com/pyca/cryptography/actions?query=workflow%3ACI+branch%3Amain\n\n\n``cryptography`` is a package which provides cryptographic recipes and\nprimitives to Python developers. Our goal is for it to be your \"cryptographic\nstandard library\". It supports Python 3.6+ and PyPy3 7.2+.\n\n``cryptography`` includes both high level recipes and low level interfaces to\ncommon cryptographic algorithms such as symmetric ciphers, message digests, and\nkey derivation functions. For example, to encrypt something with\n``cryptography``'s high level symmetric encryption recipe:\n\n.. code-block:: pycon\n\n >>> from cryptography.fernet import Fernet\n >>> # Put this somewhere safe!\n >>> key = Fernet.generate_key()\n >>> f = Fernet(key)\n >>> token = f.encrypt(b\"A really secret message. Not for prying eyes.\")\n >>> token\n '...'\n >>> f.decrypt(token)\n 'A really secret message. Not for prying eyes.'\n\nYou can find more information in the `documentation`_.\n\nYou can install ``cryptography`` with:\n\n.. code-block:: console\n\n $ pip install cryptography\n\nFor full details see `the installation documentation`_.\n\nDiscussion\n~~~~~~~~~~\n\nIf you run into bugs, you can file them in our `issue tracker`_.\n\nWe maintain a `cryptography-dev`_ mailing list for development discussion.\n\nYou can also join ``#pyca`` on ``irc.libera.chat`` to ask questions or get\ninvolved.\n\nSecurity\n~~~~~~~~\n\nNeed to report a security issue? Please consult our `security reporting`_\ndocumentation.\n\n\n.. _`documentation`: https://cryptography.io/\n.. _`the installation documentation`: https://cryptography.io/en/latest/installation/\n.. _`issue tracker`: https://github.com/pyca/cryptography/issues\n.. _`cryptography-dev`: https://mail.python.org/mailman/listinfo/cryptography-dev\n.. _`security reporting`: https://cryptography.io/en/latest/security/\n",
901-
"release_date": "2022-09-07T12:35:19",
901+
"release_date": "2022-10-11T18:57:26",
902902
"parties": [
903903
{
904904
"type": "person",
@@ -917,11 +917,11 @@
917917
],
918918
"keywords": [],
919919
"homepage_url": "https://github.com/pyca/cryptography",
920-
"download_url": "https://files.pythonhosted.org/packages/1c/e5/1deb15c5c38bf0826c85e480cc05402553427663db9ae45e63ee3b06ba4d/cryptography-38.0.1-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
921-
"size": 4143904,
920+
"download_url": "https://files.pythonhosted.org/packages/92/3d/6f9b9f562c2cc7ff4985bc18822308edbf546de1475563ad51410874c7e3/cryptography-38.0.2-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
921+
"size": 4151333,
922922
"sha1": null,
923-
"md5": "f0f2cedafc62cecca9be08513b761c76",
924-
"sha256": "ca9f6784ea96b55ff41708b92c3f6aeaebde4c560308e5fbbd3173fbc466e94e",
923+
"md5": "78cc9f5b632f9a44b51566366ed5e37c",
924+
"sha256": "9b99713109d76ad35736dcc4e47d54fbaa36cce761adc0333db75e86621fa68c",
925925
"sha512": null,
926926
"bug_tracking_url": null,
927927
"code_view_url": "https://github.com/pyca/cryptography/",
@@ -936,20 +936,20 @@
936936
"dependencies": [],
937937
"repository_homepage_url": null,
938938
"repository_download_url": null,
939-
"api_data_url": "https://pypi.org/pypi/cryptography/38.0.1/json",
939+
"api_data_url": "https://pypi.org/pypi/cryptography/38.0.2/json",
940940
"datasource_id": null,
941-
"purl": "pkg:pypi/[email protected].1"
941+
"purl": "pkg:pypi/[email protected].2"
942942
},
943943
{
944944
"type": "pypi",
945945
"namespace": null,
946946
"name": "cryptography",
947-
"version": "38.0.1",
947+
"version": "38.0.2",
948948
"qualifiers": {},
949949
"subpath": null,
950950
"primary_language": "Python",
951951
"description": "pyca/cryptography\n=================\n\n.. image:: https://img.shields.io/pypi/v/cryptography.svg\n :target: https://pypi.org/project/cryptography/\n :alt: Latest Version\n\n.. image:: https://readthedocs.org/projects/cryptography/badge/?version=latest\n :target: https://cryptography.io\n :alt: Latest Docs\n\n.. image:: https://github.com/pyca/cryptography/workflows/CI/badge.svg?branch=main\n :target: https://github.com/pyca/cryptography/actions?query=workflow%3ACI+branch%3Amain\n\n\n``cryptography`` is a package which provides cryptographic recipes and\nprimitives to Python developers. Our goal is for it to be your \"cryptographic\nstandard library\". It supports Python 3.6+ and PyPy3 7.2+.\n\n``cryptography`` includes both high level recipes and low level interfaces to\ncommon cryptographic algorithms such as symmetric ciphers, message digests, and\nkey derivation functions. For example, to encrypt something with\n``cryptography``'s high level symmetric encryption recipe:\n\n.. code-block:: pycon\n\n >>> from cryptography.fernet import Fernet\n >>> # Put this somewhere safe!\n >>> key = Fernet.generate_key()\n >>> f = Fernet(key)\n >>> token = f.encrypt(b\"A really secret message. Not for prying eyes.\")\n >>> token\n '...'\n >>> f.decrypt(token)\n 'A really secret message. Not for prying eyes.'\n\nYou can find more information in the `documentation`_.\n\nYou can install ``cryptography`` with:\n\n.. code-block:: console\n\n $ pip install cryptography\n\nFor full details see `the installation documentation`_.\n\nDiscussion\n~~~~~~~~~~\n\nIf you run into bugs, you can file them in our `issue tracker`_.\n\nWe maintain a `cryptography-dev`_ mailing list for development discussion.\n\nYou can also join ``#pyca`` on ``irc.libera.chat`` to ask questions or get\ninvolved.\n\nSecurity\n~~~~~~~~\n\nNeed to report a security issue? Please consult our `security reporting`_\ndocumentation.\n\n\n.. _`documentation`: https://cryptography.io/\n.. _`the installation documentation`: https://cryptography.io/en/latest/installation/\n.. _`issue tracker`: https://github.com/pyca/cryptography/issues\n.. _`cryptography-dev`: https://mail.python.org/mailman/listinfo/cryptography-dev\n.. _`security reporting`: https://cryptography.io/en/latest/security/\n",
952-
"release_date": "2022-09-07T12:36:03",
952+
"release_date": "2022-10-11T18:59:25",
953953
"parties": [
954954
{
955955
"type": "person",
@@ -968,11 +968,11 @@
968968
],
969969
"keywords": [],
970970
"homepage_url": "https://github.com/pyca/cryptography",
971-
"download_url": "https://files.pythonhosted.org/packages/6d/0c/5e67831007ba6cd7e52c4095f053cf45c357739b0a7c46a45ddd50049019/cryptography-38.0.1.tar.gz",
972-
"size": 599412,
971+
"download_url": "https://files.pythonhosted.org/packages/63/82/a6e21842f2e31b3874f01c112093b8bf8af119f5ed999bbd667a81de720b/cryptography-38.0.2.tar.gz",
972+
"size": 599757,
973973
"sha1": null,
974-
"md5": "c47299bca4309cdda29626b0046d9229",
975-
"sha256": "1db3d807a14931fa317f96435695d9ec386be7b84b618cc61cfa5d08b0ae33d7",
974+
"md5": "5560580a72fe2d7a1731a84ee191dd1f",
975+
"sha256": "7a022ec87c7a8bdad99f516a4ee6ffcb3a2bc31487577f9eccbc9b2edb1a8fd4",
976976
"sha512": null,
977977
"bug_tracking_url": null,
978978
"code_view_url": "https://github.com/pyca/cryptography/",
@@ -987,9 +987,9 @@
987987
"dependencies": [],
988988
"repository_homepage_url": null,
989989
"repository_download_url": null,
990-
"api_data_url": "https://pypi.org/pypi/cryptography/38.0.1/json",
990+
"api_data_url": "https://pypi.org/pypi/cryptography/38.0.2/json",
991991
"datasource_id": null,
992-
"purl": "pkg:pypi/[email protected].1"
992+
"purl": "pkg:pypi/[email protected].2"
993993
},
994994
{
995995
"type": "pypi",

tests/data/azure-devops.req-38-expected.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
"package": "pkg:pypi/[email protected]",
142142
"dependencies": [
143143
"pkg:pypi/[email protected]",
144-
"pkg:pypi/[email protected].1",
144+
"pkg:pypi/[email protected].2",
145145
"pkg:pypi/[email protected]"
146146
]
147147
},
@@ -164,7 +164,7 @@
164164
"dependencies": []
165165
},
166166
{
167-
"package": "pkg:pypi/[email protected].1",
167+
"package": "pkg:pypi/[email protected].2",
168168
"dependencies": [
169169
"pkg:pypi/[email protected]"
170170
]
@@ -893,12 +893,12 @@
893893
"type": "pypi",
894894
"namespace": null,
895895
"name": "cryptography",
896-
"version": "38.0.1",
896+
"version": "38.0.2",
897897
"qualifiers": {},
898898
"subpath": null,
899899
"primary_language": "Python",
900900
"description": "pyca/cryptography\n=================\n\n.. image:: https://img.shields.io/pypi/v/cryptography.svg\n :target: https://pypi.org/project/cryptography/\n :alt: Latest Version\n\n.. image:: https://readthedocs.org/projects/cryptography/badge/?version=latest\n :target: https://cryptography.io\n :alt: Latest Docs\n\n.. image:: https://github.com/pyca/cryptography/workflows/CI/badge.svg?branch=main\n :target: https://github.com/pyca/cryptography/actions?query=workflow%3ACI+branch%3Amain\n\n\n``cryptography`` is a package which provides cryptographic recipes and\nprimitives to Python developers. Our goal is for it to be your \"cryptographic\nstandard library\". It supports Python 3.6+ and PyPy3 7.2+.\n\n``cryptography`` includes both high level recipes and low level interfaces to\ncommon cryptographic algorithms such as symmetric ciphers, message digests, and\nkey derivation functions. For example, to encrypt something with\n``cryptography``'s high level symmetric encryption recipe:\n\n.. code-block:: pycon\n\n >>> from cryptography.fernet import Fernet\n >>> # Put this somewhere safe!\n >>> key = Fernet.generate_key()\n >>> f = Fernet(key)\n >>> token = f.encrypt(b\"A really secret message. Not for prying eyes.\")\n >>> token\n '...'\n >>> f.decrypt(token)\n 'A really secret message. Not for prying eyes.'\n\nYou can find more information in the `documentation`_.\n\nYou can install ``cryptography`` with:\n\n.. code-block:: console\n\n $ pip install cryptography\n\nFor full details see `the installation documentation`_.\n\nDiscussion\n~~~~~~~~~~\n\nIf you run into bugs, you can file them in our `issue tracker`_.\n\nWe maintain a `cryptography-dev`_ mailing list for development discussion.\n\nYou can also join ``#pyca`` on ``irc.libera.chat`` to ask questions or get\ninvolved.\n\nSecurity\n~~~~~~~~\n\nNeed to report a security issue? Please consult our `security reporting`_\ndocumentation.\n\n\n.. _`documentation`: https://cryptography.io/\n.. _`the installation documentation`: https://cryptography.io/en/latest/installation/\n.. _`issue tracker`: https://github.com/pyca/cryptography/issues\n.. _`cryptography-dev`: https://mail.python.org/mailman/listinfo/cryptography-dev\n.. _`security reporting`: https://cryptography.io/en/latest/security/\n",
901-
"release_date": "2022-09-07T12:35:19",
901+
"release_date": "2022-10-11T18:57:26",
902902
"parties": [
903903
{
904904
"type": "person",
@@ -917,11 +917,11 @@
917917
],
918918
"keywords": [],
919919
"homepage_url": "https://github.com/pyca/cryptography",
920-
"download_url": "https://files.pythonhosted.org/packages/1c/e5/1deb15c5c38bf0826c85e480cc05402553427663db9ae45e63ee3b06ba4d/cryptography-38.0.1-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
921-
"size": 4143904,
920+
"download_url": "https://files.pythonhosted.org/packages/92/3d/6f9b9f562c2cc7ff4985bc18822308edbf546de1475563ad51410874c7e3/cryptography-38.0.2-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
921+
"size": 4151333,
922922
"sha1": null,
923-
"md5": "f0f2cedafc62cecca9be08513b761c76",
924-
"sha256": "ca9f6784ea96b55ff41708b92c3f6aeaebde4c560308e5fbbd3173fbc466e94e",
923+
"md5": "78cc9f5b632f9a44b51566366ed5e37c",
924+
"sha256": "9b99713109d76ad35736dcc4e47d54fbaa36cce761adc0333db75e86621fa68c",
925925
"sha512": null,
926926
"bug_tracking_url": null,
927927
"code_view_url": "https://github.com/pyca/cryptography/",
@@ -936,20 +936,20 @@
936936
"dependencies": [],
937937
"repository_homepage_url": null,
938938
"repository_download_url": null,
939-
"api_data_url": "https://pypi.org/pypi/cryptography/38.0.1/json",
939+
"api_data_url": "https://pypi.org/pypi/cryptography/38.0.2/json",
940940
"datasource_id": null,
941-
"purl": "pkg:pypi/[email protected].1"
941+
"purl": "pkg:pypi/[email protected].2"
942942
},
943943
{
944944
"type": "pypi",
945945
"namespace": null,
946946
"name": "cryptography",
947-
"version": "38.0.1",
947+
"version": "38.0.2",
948948
"qualifiers": {},
949949
"subpath": null,
950950
"primary_language": "Python",
951951
"description": "pyca/cryptography\n=================\n\n.. image:: https://img.shields.io/pypi/v/cryptography.svg\n :target: https://pypi.org/project/cryptography/\n :alt: Latest Version\n\n.. image:: https://readthedocs.org/projects/cryptography/badge/?version=latest\n :target: https://cryptography.io\n :alt: Latest Docs\n\n.. image:: https://github.com/pyca/cryptography/workflows/CI/badge.svg?branch=main\n :target: https://github.com/pyca/cryptography/actions?query=workflow%3ACI+branch%3Amain\n\n\n``cryptography`` is a package which provides cryptographic recipes and\nprimitives to Python developers. Our goal is for it to be your \"cryptographic\nstandard library\". It supports Python 3.6+ and PyPy3 7.2+.\n\n``cryptography`` includes both high level recipes and low level interfaces to\ncommon cryptographic algorithms such as symmetric ciphers, message digests, and\nkey derivation functions. For example, to encrypt something with\n``cryptography``'s high level symmetric encryption recipe:\n\n.. code-block:: pycon\n\n >>> from cryptography.fernet import Fernet\n >>> # Put this somewhere safe!\n >>> key = Fernet.generate_key()\n >>> f = Fernet(key)\n >>> token = f.encrypt(b\"A really secret message. Not for prying eyes.\")\n >>> token\n '...'\n >>> f.decrypt(token)\n 'A really secret message. Not for prying eyes.'\n\nYou can find more information in the `documentation`_.\n\nYou can install ``cryptography`` with:\n\n.. code-block:: console\n\n $ pip install cryptography\n\nFor full details see `the installation documentation`_.\n\nDiscussion\n~~~~~~~~~~\n\nIf you run into bugs, you can file them in our `issue tracker`_.\n\nWe maintain a `cryptography-dev`_ mailing list for development discussion.\n\nYou can also join ``#pyca`` on ``irc.libera.chat`` to ask questions or get\ninvolved.\n\nSecurity\n~~~~~~~~\n\nNeed to report a security issue? Please consult our `security reporting`_\ndocumentation.\n\n\n.. _`documentation`: https://cryptography.io/\n.. _`the installation documentation`: https://cryptography.io/en/latest/installation/\n.. _`issue tracker`: https://github.com/pyca/cryptography/issues\n.. _`cryptography-dev`: https://mail.python.org/mailman/listinfo/cryptography-dev\n.. _`security reporting`: https://cryptography.io/en/latest/security/\n",
952-
"release_date": "2022-09-07T12:36:03",
952+
"release_date": "2022-10-11T18:59:25",
953953
"parties": [
954954
{
955955
"type": "person",
@@ -968,11 +968,11 @@
968968
],
969969
"keywords": [],
970970
"homepage_url": "https://github.com/pyca/cryptography",
971-
"download_url": "https://files.pythonhosted.org/packages/6d/0c/5e67831007ba6cd7e52c4095f053cf45c357739b0a7c46a45ddd50049019/cryptography-38.0.1.tar.gz",
972-
"size": 599412,
971+
"download_url": "https://files.pythonhosted.org/packages/63/82/a6e21842f2e31b3874f01c112093b8bf8af119f5ed999bbd667a81de720b/cryptography-38.0.2.tar.gz",
972+
"size": 599757,
973973
"sha1": null,
974-
"md5": "c47299bca4309cdda29626b0046d9229",
975-
"sha256": "1db3d807a14931fa317f96435695d9ec386be7b84b618cc61cfa5d08b0ae33d7",
974+
"md5": "5560580a72fe2d7a1731a84ee191dd1f",
975+
"sha256": "7a022ec87c7a8bdad99f516a4ee6ffcb3a2bc31487577f9eccbc9b2edb1a8fd4",
976976
"sha512": null,
977977
"bug_tracking_url": null,
978978
"code_view_url": "https://github.com/pyca/cryptography/",
@@ -987,9 +987,9 @@
987987
"dependencies": [],
988988
"repository_homepage_url": null,
989989
"repository_download_url": null,
990-
"api_data_url": "https://pypi.org/pypi/cryptography/38.0.1/json",
990+
"api_data_url": "https://pypi.org/pypi/cryptography/38.0.2/json",
991991
"datasource_id": null,
992-
"purl": "pkg:pypi/[email protected].1"
992+
"purl": "pkg:pypi/[email protected].2"
993993
},
994994
{
995995
"type": "pypi",

tests/test_resolution.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def test_without_supported_wheels():
143143
assert plist == [
144144
"pkg:pypi/[email protected]",
145145
"pkg:pypi/[email protected]",
146-
"pkg:pypi/[email protected].1",
146+
"pkg:pypi/[email protected].2",
147147
"pkg:pypi/[email protected]",
148148
"pkg:pypi/[email protected]",
149149
"pkg:pypi/[email protected]",

0 commit comments

Comments
 (0)