| 
577 | 577 |       "type": "pypi",  | 
578 | 578 |       "namespace": null,  | 
579 | 579 |       "name": "cryptography",  | 
580 |  | -      "version": "45.0.4",  | 
 | 580 | +      "version": "45.0.5",  | 
581 | 581 |       "qualifiers": {},  | 
582 | 582 |       "subpath": null,  | 
583 | 583 |       "primary_language": "Python",  | 
584 | 584 |       "description": "cryptography is a package which provides cryptographic recipes and primitives to Python developers.\npyca/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.7+ and PyPy3 7.3.11+.\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    b'...'\n    >>> f.decrypt(token)\n    b'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/",  | 
585 |  | -      "release_date": "2025-06-10T00:03:12",  | 
 | 585 | +      "release_date": "2025-07-02T13:05:46",  | 
586 | 586 |       "parties": [  | 
587 | 587 |         {  | 
588 | 588 |           "type": "person",  | 
 | 
616 | 616 |         "Topic :: Security :: Cryptography"  | 
617 | 617 |       ],  | 
618 | 618 |       "homepage_url": null,  | 
619 |  | -      "download_url": "https://files.pythonhosted.org/packages/7f/e3/57b010282346980475e77d414080acdcb3dab9a0be63071efc2041a2c6bd/cryptography-45.0.4-cp37-abi3-manylinux_2_28_x86_64.whl",  | 
620 |  | -      "size": 4452052,  | 
 | 619 | +      "download_url": "https://files.pythonhosted.org/packages/f2/2e/e2dbd629481b499b14516eed933f3276eb3239f7cee2dcfa4ee6b44d4711/cryptography-45.0.5-cp37-abi3-musllinux_1_2_x86_64.whl",  | 
 | 620 | +      "size": 4554189,  | 
621 | 621 |       "sha1": null,  | 
622 |  | -      "md5": "c7d3c78af9c284771888bc4fdf63b00e",  | 
623 |  | -      "sha256": "7ef2dde4fa9408475038fc9aadfc1fb2676b174e68356359632e980c661ec8f6",  | 
 | 622 | +      "md5": "e60dd7bf09e038a4508efcef2fc28cd5",  | 
 | 623 | +      "sha256": "7259038202a47fdecee7e62e0fd0b0738b6daa335354396c6ddebdbe1206af2a",  | 
624 | 624 |       "sha512": null,  | 
625 | 625 |       "bug_tracking_url": null,  | 
626 | 626 |       "code_view_url": null,  | 
 | 
637 | 637 |       "dependencies": [],  | 
638 | 638 |       "repository_homepage_url": null,  | 
639 | 639 |       "repository_download_url": null,  | 
640 |  | -      "api_data_url": "https://pypi.org/pypi/cryptography/45.0.4/json",  | 
 | 640 | +      "api_data_url": "https://pypi.org/pypi/cryptography/45.0.5/json",  | 
641 | 641 |       "datasource_id": null,  | 
642 |  | -      "purl":  "pkg:pypi/[email protected].4"  | 
 | 642 | +      "purl":  "pkg:pypi/[email protected].5"  | 
643 | 643 |     },  | 
644 | 644 |     {  | 
645 | 645 |       "type": "pypi",  | 
 | 
1333 | 1333 |       "package":  "pkg:pypi/[email protected]",   | 
1334 | 1334 |       "dependencies": [  | 
1335 | 1335 |  | 
1336 |  | - | 
 | 1336 | + | 
1337 | 1337 |  | 
1338 | 1338 |  | 
1339 | 1339 |       ]  | 
 | 
1357 | 1357 |       "dependencies": []  | 
1358 | 1358 |     },  | 
1359 | 1359 |     {  | 
1360 |  | -      "package":  "pkg:pypi/[email protected].4",   | 
 | 1360 | +      "package":  "pkg:pypi/[email protected].5",   | 
1361 | 1361 |       "dependencies": [  | 
1362 | 1362 |  | 
1363 | 1363 |       ]  | 
 | 
0 commit comments