Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jul 15, 2024

Updates the requirements on pip, setuptools, wheel, eventlet, flask, gunicorn, jinja2, werkzeug, requests, ansible, bottle, certifi, configobj, cryptography, django, djangorestframework, ecdsa, gevent, idna, lxml, mako, numpy, pillow, protobuf, py, pyjwt, pymongo, pymysql, sqlparse, tornado, twisted, ujson, urllib3 and waitress to permit the latest version.
Updates pip from 9.0.3 to 23.3

Changelog

Sourced from pip's changelog.

23.3 (2023-10-15)

Process

  • Added reference to vulnerability reporting guidelines <https://www.python.org/dev/security/>_ to pip's security policy.

Deprecations and Removals

  • Drop a fallback to using SecureTransport on macOS. It was useful when pip detected OpenSSL older than 1.0.1, but the current pip does not support any Python version supporting such old OpenSSL versions. ([#12175](https://github.com/pypa/pip/issues/12175) <https://github.com/pypa/pip/issues/12175>_)

Features

  • Improve extras resolution for multiple constraints on same base package. ([#11924](https://github.com/pypa/pip/issues/11924) <https://github.com/pypa/pip/issues/11924>_)
  • Improve use of datastructures to make candidate selection 1.6x faster. ([#12204](https://github.com/pypa/pip/issues/12204) <https://github.com/pypa/pip/issues/12204>_)
  • Allow pip install --dry-run to use platform and ABI overriding options. ([#12215](https://github.com/pypa/pip/issues/12215) <https://github.com/pypa/pip/issues/12215>_)
  • Add is_yanked boolean entry to the installation report (--report) to indicate whether the requirement was yanked from the index, but was still selected by pip conform to :pep:592. ([#12224](https://github.com/pypa/pip/issues/12224) <https://github.com/pypa/pip/issues/12224>_)

Bug Fixes

  • Ignore errors in temporary directory cleanup (show a warning instead). ([#11394](https://github.com/pypa/pip/issues/11394) <https://github.com/pypa/pip/issues/11394>_)
  • Normalize extras according to :pep:685 from package metadata in the resolver for comparison. This ensures extras are correctly compared and merged as long as the package providing the extra(s) is built with values normalized according to the standard. Note, however, that this does not solve cases where the package itself contains unnormalized extra values in the metadata. ([#11649](https://github.com/pypa/pip/issues/11649) <https://github.com/pypa/pip/issues/11649>_)
  • Prevent downloading sdists twice when :pep:658 metadata is present. ([#11847](https://github.com/pypa/pip/issues/11847) <https://github.com/pypa/pip/issues/11847>_)
  • Include all requested extras in the install report (--report). ([#11924](https://github.com/pypa/pip/issues/11924) <https://github.com/pypa/pip/issues/11924>_)
  • Removed uses of datetime.datetime.utcnow from non-vendored code. ([#12005](https://github.com/pypa/pip/issues/12005) <https://github.com/pypa/pip/issues/12005>_)
  • Consistently report whether a dependency comes from an extra. ([#12095](https://github.com/pypa/pip/issues/12095) <https://github.com/pypa/pip/issues/12095>_)
  • Fix completion script for zsh ([#12166](https://github.com/pypa/pip/issues/12166) <https://github.com/pypa/pip/issues/12166>_)
  • Fix improper handling of the new onexc argument of shutil.rmtree() in Python 3.12. ([#12187](https://github.com/pypa/pip/issues/12187) <https://github.com/pypa/pip/issues/12187>_)
  • Filter out yanked links from the available versions error message: "(from versions: 1.0, 2.0, 3.0)" will not contain yanked versions conform PEP 592. The yanked versions (if any) will be mentioned in a separate error message. ([#12225](https://github.com/pypa/pip/issues/12225) <https://github.com/pypa/pip/issues/12225>_)
  • Fix crash when the git version number contains something else than digits and dots. ([#12280](https://github.com/pypa/pip/issues/12280) <https://github.com/pypa/pip/issues/12280>_)
  • Use -r=... instead of -r ... to specify references with Mercurial. ([#12306](https://github.com/pypa/pip/issues/12306) <https://github.com/pypa/pip/issues/12306>_)
  • Redact password from URLs in some additional places. ([#12350](https://github.com/pypa/pip/issues/12350) <https://github.com/pypa/pip/issues/12350>_)
  • pip uses less memory when caching large packages. As a result, there is a new on-disk cache format stored in a new directory ($PIP_CACHE_DIR/http-v2). ([#2984](https://github.com/pypa/pip/issues/2984) <https://github.com/pypa/pip/issues/2984>_)

Vendored Libraries

  • Upgrade certifi to 2023.7.22
  • Add truststore 0.8.0
  • Upgrade urllib3 to 1.26.17

Improved Documentation

... (truncated)

Commits

Updates setuptools from 40.2.0 to 70.0.0

Release notes

Sourced from setuptools's releases.

v70.0.0

No release notes provided.

v69.5.1

No release notes provided.

v69.5.0

No release notes provided.

v69.4.2

No release notes provided.

v69.4.1

No release notes provided.

v69.4.0

No release notes provided.

v69.3.1

No release notes provided.

v69.3.0

No release notes provided.

v69.2.0

No release notes provided.

v69.1.1

No release notes provided.

v69.1.0

No release notes provided.

v69.0.3

No release notes provided.

v69.0.2

No release notes provided.

v69.0.1

No release notes provided.

v69.0.0

No release notes provided.

v68.2.2

No release notes provided.

v68.2.1

No release notes provided.

... (truncated)

Changelog

Sourced from setuptools's changelog.

v70.0.0

Features

  • Emit a warning when [tools.setuptools] is present in pyproject.toml and will be ignored. -- by :user:SnoopJ (#4150)
  • Improved AttributeError error message if pkg_resources.EntryPoint.require is called without extras or distribution Gracefully "do nothing" when trying to activate a pkg_resources.Distribution with a None location, rather than raising a TypeError -- by :user:Avasam (#4262)
  • Typed the dynamically defined variables from pkg_resources -- by :user:Avasam (#4267)
  • Modernized and refactored VCS handling in package_index. (#4332)

Bugfixes

  • In install command, use super to call the superclass methods. Avoids race conditions when monkeypatching from _distutils_system_mod occurs late. (#4136)
  • Fix finder template for lenient editable installs of implicit nested namespaces constructed by using package_dir to reorganise directory structure. (#4278)
  • Fix an error with UnicodeDecodeError handling in pkg_resources when trying to read files in UTF-8 with a fallback -- by :user:Avasam (#4348)

Improved Documentation

  • Uses RST substitution to put badges in 1 line. (#4312)

Deprecations and Removals

  • Further adoption of UTF-8 in setuptools. This change regards mostly files produced and consumed during the build process (e.g. metadata files, script wrappers, automatically updated config files, etc..) Although precautions were taken to minimize disruptions, some edge cases might be subject to backwards incompatibility.

    Support for "locale" encoding is now deprecated. (#4309)

  • Remove setuptools.convert_path after long deprecation period. This function was never defined by setuptools itself, but rather a side-effect of an import for internal usage. (#4322)

  • Remove fallback for customisations of distutils' build.sub_command after long deprecated period. Users are advised to import build directly from setuptools.command.build. (#4322)

  • Removed typing_extensions from vendored dependencies -- by :user:Avasam (#4324)

  • Remove deprecated setuptools.dep_util. The provided alternative is setuptools.modified. (#4360)

... (truncated)

Commits
  • 5cbf12a Workaround for release error in v70
  • 9c1bcc3 Bump version: 69.5.1 → 70.0.0
  • 4dc0c31 Remove deprecated setuptools.dep_util (#4360)
  • 6c1ef57 Remove xfail now that test passes. Ref #4371.
  • d14fa01 Add all site-packages dirs when creating simulated environment for test_edita...
  • 6b7f7a1 Prevent bin folders to be taken as extern packages when vendoring (#4370)
  • 69141f6 Add doctest for vendorised bin folder
  • 2a53cc1 Prevent 'bin' folders to be taken as extern packages
  • 7208628 Replace call to deprecated validate_pyproject command (#4363)
  • 96d681a Remove call to deprecated validate_pyproject command
  • Additional commits viewable in compare view

Updates wheel from 0.31.1 to 0.38.1

Changelog

Sourced from wheel's changelog.

Release Notes

UNRELEASED

  • Canonicalize requirements in METADATA file (PR by Wim Jeantine-Glenn)

0.43.0 (2024-03-11)

  • Dropped support for Python 3.7
  • Updated vendored packaging to 24.0

0.42.0 (2023-11-26)

  • Allowed removing build tag with wheel tags --build ""
  • Fixed wheel pack and wheel tags writing updated WHEEL fields after a blank line, causing other tools to ignore them
  • Fixed wheel pack and wheel tags writing WHEEL with CRLF line endings or a mix of CRLF and LF
  • Fixed wheel pack --build-number "" not removing build tag from WHEEL (above changes by Benjamin Gilbert)

0.41.3 (2023-10-30)

  • Updated vendored packaging to 23.2
  • Fixed ABI tag generation for CPython 3.13a1 on Windows (PR by Sam Gross)

0.41.2 (2023-08-22)

  • Fixed platform tag detection for GraalPy and 32-bit python running on an aarch64 kernel (PR by Matthieu Darbois)
  • Fixed wheel tags to not list directories in RECORD files (PR by Mike Taves)
  • Fixed ABI tag generation for GraalPy (PR by Michael Simacek)

0.41.1 (2023-08-05)

  • Fixed naming of the data_dir directory in the presence of local version segment given via egg_info.tag_build (PR by Anderson Bravalheri)
  • Fixed version specifiers in Requires-Dist being wrapped in parentheses

0.41.0 (2023-07-22)

  • Added full support of the build tag syntax to wheel tags (you can now set a build tag like 123mytag)
  • Fixed warning on Python 3.12 about onerror deprecation. (PR by Henry Schreiner)
  • Support testing on Python 3.12 betas (PR by Ewout ter Hoeven)

0.40.0 (2023-03-14)

... (truncated)

Commits
  • 6f1608d Created a new release
  • cf8f5ef Moved news item from PR #484 to its proper place
  • 9ec2016 Removed install dependency on setuptools (#483)
  • 747e1f6 Fixed PyPy SOABI parsing (#484)
  • 7627548 [pre-commit.ci] pre-commit autoupdate (#480)
  • 7b9e8e1 Test on Python 3.11 final
  • a04dfef Updated the pypi-publish action
  • 94bb62c Fixed docs not building due to code style changes
  • d635664 Updated the codecov action to the latest version
  • fcb94cd Updated version to match the release
  • Additional commits viewable in compare view

Updates eventlet from 0.24.1 to 0.35.2

Changelog

Sourced from eventlet's changelog.

0.35.2

0.35.1

0.35.0

0.34.3

0.34.2

... (truncated)

Commits

Updates flask from 1.0.2 to 2.2.5

Release notes

Sourced from flask's releases.

2.2.5

This is a security fix release for the 2.2.x release branch. Note that 2.3.x is the currently supported release branch; please upgrade to the latest version if possible.

2.2.4

This is a fix release for the 2.2.x release branch.

2.2.3

This is a fix release for the 2.2.x release branch.

2.2.2

This is a fix release for the 2.2.0 feature release.

2.2.1

This is a fix release for the 2.2.0 feature release.

2.2.0

This is a feature release, which includes new features and removes previously deprecated code. The 2.2.x branch is now the supported bug fix branch, the 2.1.x branch will become a tag marking the end of support for that branch. We encourage everyone to upgrade, and to use a tool such as pip-tools to pin all dependencies and control upgrades.

2.1.3

2.1.2

This is a fix release for the 2.1.0 feature release.

2.1.1

This is a fix release for the 2.1.0 feature release.

... (truncated)

Changelog

Sourced from flask's changelog.

Version 2.2.5

Released 2023-05-02

  • Update for compatibility with Werkzeug 2.3.3.
  • Set Vary: Cookie header when the session is accessed, modified, or refreshed.

Version 2.2.4

Released 2023-04-25

  • Update for compatibility with Werkzeug 2.3.

Version 2.2.3

Released 2023-02-15

  • Autoescape is enabled by default for .svg template files. :issue:4831
  • Fix the type of template_folder to accept pathlib.Path. :issue:4892
  • Add --debug option to the flask run command. :issue:4777

Version 2.2.2

Released 2022-08-08

  • Update Werkzeug dependency to >= 2.2.2. This includes fixes related to the new faster router, header parsing, and the development server. :pr:4754
  • Fix the default value for app.env to be "production". This attribute remains deprecated. :issue:4740

Version 2.2.1

Released 2022-08-03

  • Setting or accessing json_encoder or json_decoder raises a deprecation warning. :issue:4732

Version 2.2.0

... (truncated)

Commits

Updates gunicorn from 19.9.0 to 22.0.0

Release notes

Sourced from gunicorn's releases.

Gunicorn 22.0 has been released

Gunicorn 22.0.0 has been released. This version fix the numerous security vulnerabilities. You're invited to upgrade asap your own installation.

Changes:

22.0.0 - 2024-04-17
===================
  • use utime to notify workers liveness
  • migrate setup to pyproject.toml
  • fix numerous security vulnerabilities in HTTP parser (closing some request smuggling vectors)
  • parsing additional requests is no longer attempted past unsupported request framing
  • on HTTP versions < 1.1 support for chunked transfer is refused (only used in exploits)
  • requests conflicting configured or passed SCRIPT_NAME now produce a verbose error
  • Trailer fields are no longer inspected for headers indicating secure scheme
  • support Python 3.12

** Breaking changes **

  • minimum version is Python 3.7
  • the limitations on valid characters in the HTTP method have been bounded to Internet Standards
  • requests specifying unsupported transfer coding (order) are refused by default (rare)
  • HTTP methods are no longer casefolded by default (IANA method registry contains none affected)
  • HTTP methods containing the number sign (#) are no longer accepted by default (rare)
  • HTTP versions < 1.0 or >= 2.0 are no longer accepted by default (rare, only HTTP/1.1 is supported)
  • HTTP versions consisting of multiple digits or containing a prefix/suffix are no longer accepted
  • HTTP header field names Gunicorn cannot safely map to variables are silently dropped, as in other software
  • HTTP headers with empty field name are refused by default (no legitimate use cases, used in exploits)
  • requests with both Transfer-Encoding and Content-Length are refused by default (such a message might indicate an attempt to perform request smuggling)
  • empty transfer codings are no longer permitted (reportedly seen with really old & broken proxies)

** SECURITY **

  • fix CVE-2024-1135
  1. Documentation is available there: https://docs.gunicorn.org/en/stable/news.html
  2. Packages: https://pypi.org/project/gunicorn/

Gunicorn 21.2.0 has been released

Gunicorn 21.2.0 has been released. This version fix the issue introduced in the threaded worker.

Changes:

21.2.0 - 2023-07-19
===================
fix thread worker: revert change considering connection as idle .
</tr></table> 

... (truncated)

Commits
  • f63d59e bump to 22.0
  • 4ac81e0 Merge pull request #3175 from e-kwsm/typo
  • 401cecf Merge pull request #3179 from dhdaines/exclude-eventlet-0360
  • 0243ec3 fix(deps): exclude eventlet 0.36.0
  • 628a0bc chore: fix typos
  • 88fc4a4 Merge pull request #3131 from pajod/patch-py12-rebased
  • deae2fc CI: back off the agressive timeout
  • f470382 docs: promise 3.12 compat
  • 5e30bfa add changelog to project.urls (updated for PEP621)
  • 481c3f9 remove setup.cfg - overridden by pyproject.toml
  • Additional commits viewable in compare view

Updates jinja2 from 2.10 to 3.1.4

Release notes

Sourced from jinja2's releases.

3.1.4

This is the Jinja 3.1.4 security release, which fixes security issues and bugs but does not otherwise change behavior and should not result in breaking changes.

PyPI: https://pypi.org/project/Jinja2/3.1.4/ Changes: https://jinja.palletsprojects.com/en/3.1.x/changes/#version-3-1-4

  • The xmlattr filter does not allow keys with / solidus, > greater-than sign, or = equals sign, in addition to disallowing spaces. Regardless of any validation done by Jinja, user input should never be used as keys to this filter, or must be separately validated first. GHSA-h75v-3vvj-5mfj

3.1.3

This is a fix release for the 3.1.x feature branch.

3.1.2

This is a fix release for the 3.1.0 feature release.

3.1.1

3.1.0

This is a feature release, which includes new features and removes previously deprecated features. The 3.1.x branch is now the supported bugfix branch, the 3.0.x branch has become a tag marking the end of support for that branch. We encourage everyone to upgrade, and to use a tool such as pip-tools to pin all dependencies and control upgrades. We also encourage upgrading to MarkupSafe 2.1.1, the latest version at this time.

3.0.3

3.0.2

3.0.1

3.0.0

New major versions of all the core Pallets libraries, including Jinja 3.0, have been released! 🎉

This represents a significant amount of work, and there are quite a few changes. Be sure to carefully read the changelog, and use tools such as pip-compile and Dependabot to pin your dependencies and control your updates.

... (truncated)

Changelog

Sourced from jinja2's changelog.

Version 3.1.4

Released 2024-05-05

  • The xmlattr filter does not allow keys with / solidus, > greater-than sign, or = equals sign, in addition to disallowing spaces. Regardless of any validation done by Jinja, user input should never be used as keys to this filter, or must be separately validated first. :ghsa:h75v-3vvj-5mfj

Version 3.1.3

Released 2024-01-10

  • Fix compiler error when checking if required blocks in parent templates are empty. :pr:1858
  • xmlattr filter does not allow keys with spaces. :ghsa:h5c8-rqwp-cp95
  • Make error messages stemming from invalid nesting of {% trans %} blocks more helpful. :pr:1918

Version 3.1.2

Released 2022-04-28

  • Add parameters to Environment.overlay to match __init__. :issue:1645
  • Handle race condition in FileSystemBytecodeCache. :issue:1654

Version 3.1.1

Released 2022-03-25

  • The template filename on Windows uses the primary path separator. :issue:1637

Version 3.1.0

Released 2022-03-24

  • Drop support for Python 3.6. :pr:1534
  • Remove previously deprecated code. :pr:1544

... (truncated)

Commits

Updates werkzeug from 0.14.1 to 3.0.3

Release notes

Sourced from werkzeug's releases.

3.0.3

This is the Werkzeug 3.0.3 security release, which fixes security issues and bugs but does not otherwise change behavior and should not result in breaking changes.

PyPI: https://pypi.org/project/Werkzeug/3.0.3/ Changes: https://werkzeug.palletsprojects.com/en/3.0.x/changes/#version-3-0-3 Milestone: https://github.com/pallets/werkzeug/milestone/35?closed=1

  • Only allow localhost, .localhost, 127.0.0.1, or the specified hostname when running the dev server, to make debugger requests. Additional hosts can be added by using the debugger middleware directly. The debugger UI makes requests using the full URL rather than only the path. GHSA-2g68-c3qc-8985
  • Make reloader more robust when "" is in sys.path. #2823
  • Better TLS cert format with adhoc dev certs. #2891
  • Inform Python < 3.12 how to handle itms-services URIs correctly, rather than using an overly-broad workaround in Werkzeug that caused some redirect URIs to be passed on without encoding. #2828
  • Type annotation for Rule.endpoint and other uses of endpoint is Any. #2836

3.0.2

This is a fix release for the 3.0.x feature branch.

3.0.1

This is a security release for the 3.0.x feature branch.

3.0.0

This is a feature release, which includes new features, removes previously deprecated code, and adds new deprecations. The 3.0.x branch is now the supported fix branch, the 2.3.x branch will become a tag marking the end of support for that branch. We encourage everyone to upgrade, and to use a tool such as pip-tools to pin all dependencies and control upgrades. Test with warnings treated as errors to be able to adapt to deprecation warnings early.

2.3.8

This is a security release for the 2.3.x feature branch.

2.3.7

This is a fix release for the 2.3.x feature branch.

2.3.6

This is a fix release for the 2.3.x feature branch.

2.3.5

This is a fix release for the 2.3.x feature branch.

... (truncated)

Changelog

Sourced from werkzeug's changelog.

Version 3.0.3

Released 2024-05-05

  • Only allow localhost, .localhost, 127.0.0.1, or the specified hostname when running the dev server, to make debugger requests. Additional hosts can be added by using the debugger middleware directly. The debugger UI makes requests using the full URL rather than only the path. :ghsa:2g68-c3qc-8985

  • Make reloader more robust when "" is in sys.path. :pr:2823

  • Better TLS cert format with adhoc dev certs. :pr:2891

  • Inform Python < 3.12 how to handle itms-services URIs correctly, rather than using an overly-broad workaround in Werkzeug that caused some redirect URIs to be passed on without encoding. :issue:2828

  • Type annotation for Rule.endpoint and other uses of endpoint is Any. :issue:2836

  • Make reloader more robust when "" is in sys.path. :pr:2823

Version 3.0.2

Released 2024-04-01

  • Ensure setting merge_slashes to False results in NotFound for repeated-slash requests against single slash routes. :issue:2834
  • Fix handling of TypeError in TypeConversionDict.get() to match ValueError. :issue:2843
  • Fix response_wrapper type check in test client. :issue:2831
  • Make the return type of MultiPartParser.parse more precise. :issue:2840
  • Raise an error if converter arguments cannot be parsed. :issue:2822

Version 3.0.1

Released 2023-10-24

  • Fix slow multipart parsing for large parts potentially enabling DoS attacks.

Version 3.0.0

Released 2023-09-30

  • Remove previously deprecated code. :pr:2768

... (truncated)

Commits

Updates flask from 1.0.2 to 2.2.5

Release notes

Sourced from flask's releases.

2.2.5

This is a security fix release for the 2.2.x release branch. Note that 2.3.x is the currently supported release branch; please upgrade to the latest version if possible.

2.2.4

This is a fix release for the 2.2.x release branch.

2.2.3

This is a fix release for the 2.2.x release branch.

2.2.2

This is a fix release for the 2.2.0 feature release.

2.2.1

This is a fix release for the 2.2.0 feature release.

2.2.0

This is a feature release, which includes new features and removes previously deprecated code. The 2.2.x branch is now the supported bug fix branch, the 2.1.x branch will become a tag marking the end of support for that branch. We encourage everyone to upgrade, and to use a tool such as pip-tools to pin all dependencies and control upgrades.

2.1.3

2.1.2

This is a fix release for the 2.1.0 feature release.

2.1.1

This is a fix release for the 2.1.0 feature release.

... (truncated)

Changelog

Sourced from flask's changelog.

Version 2.2.5

Released 2023-05-02

  • Update for compatibility with Werkzeug 2.3.3.
  • Set Vary: Cookie header when the session is accessed, modified, or refreshed.

Version 2.2.4

Released 2023-04-25

  • Update for compatibility with Werkzeug 2.3.

Version 2.2.3

Released 2023-02-15

  • Autoescape is enabled by default for .svg template files. :issue:4831
  • Fix the type of template_folder to accept pathlib.Path. :issue:4892
  • Add --debug option to the flask run command. :issue:4777

Version 2.2.2

Released 2022-08-08

  • Update Werkzeug dependency to >= 2.2.2. This includes fixes related to the new faster router, header parsing, and the development server. :pr:4754
  • Fix the default value for app.env to be "production". This attribute remains deprecated. :issue:4740

Version 2.2.1

Released 2022-08-03

  • Setting or accessing json_encoder or json_decoder raises a deprecation warning. :issue:4732

Version 2.2.0

... (truncated)

Commits
  • 47af817 release version 2.2.5
  • afd63b1 Merge pull request #5109 from pallets/backport-vary-cookie

Updates the requirements on [pip](https://github.com/pypa/pip), [setuptools](https://github.com/pypa/setuptools), [wheel](https://github.com/pypa/wheel), [eventlet](https://github.com/eventlet/eventlet), [flask](https://github.com/pallets/flask), [gunicorn](https://github.com/benoitc/gunicorn), [jinja2](https://github.com/pallets/jinja), [werkzeug](https://github.com/pallets/werkzeug), [requests](https://github.com/psf/requests), [ansible](https://github.com/ansible-community/ansible-build-data), [bottle](https://github.com/bottlepy/bottle), [certifi](https://github.com/certifi/python-certifi), [configobj](https://github.com/DiffSK/configobj), [cryptography](https://github.com/pyca/cryptography), [django](https://github.com/django/django), [djangorestframework](https://github.com/encode/django-rest-framework), [ecdsa](https://github.com/tlsfuzzer/python-ecdsa), [gevent](https://github.com/gevent/gevent), [idna](https://github.com/kjd/idna), [lxml](https://github.com/lxml/lxml), [mako](https://github.com/sqlalchemy/mako), [numpy](https://github.com/numpy/numpy), [pillow](https://github.com/python-pillow/Pillow), [protobuf](https://github.com/protocolbuffers/protobuf), [py](https://github.com/pytest-dev/py), [pyjwt](https://github.com/jpadilla/pyjwt), [pymongo](https://github.com/mongodb/mongo-python-driver), [pymysql](https://github.com/PyMySQL/PyMySQL), [sqlparse](https://github.com/andialbrecht/sqlparse), [tornado](https://github.com/tornadoweb/tornado), [twisted](https://github.com/twisted/twisted), [ujson](https://github.com/ultrajson/ultrajson), [urllib3](https://github.com/urllib3/urllib3) and [waitress](https://github.com/Pylons/waitress) to permit the latest version.

Updates `pip` from 9.0.3 to 23.3
- [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst)
- [Commits](pypa/pip@9.0.3...23.3)

Updates `setuptools` from 40.2.0 to 70.0.0
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v40.2.0...v70.0.0)

Updates `wheel` from 0.31.1 to 0.38.1
- [Release notes](https://github.com/pypa/wheel/releases)
- [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst)
- [Commits](pypa/wheel@0.31.1...0.38.1)

Updates `eventlet` from 0.24.1 to 0.35.2
- [Changelog](https://github.com/eventlet/eventlet/blob/master/NEWS)
- [Commits](eventlet/eventlet@v0.24.1...v0.35.2)

Updates `flask` from 1.0.2 to 2.2.5
- [Release notes](https://github.com/pallets/flask/releases)
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst)
- [Commits](pallets/flask@1.0.2...2.2.5)

Updates `gunicorn` from 19.9.0 to 22.0.0
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](benoitc/gunicorn@19.9.0...22.0.0)

Updates `jinja2` from 2.10 to 3.1.4
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](pallets/jinja@2.10...3.1.4)

Updates `werkzeug` from 0.14.1 to 3.0.3
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](pallets/werkzeug@0.14.1...3.0.3)

Updates `flask` from 1.0.2 to 2.2.5
- [Release notes](https://github.com/pallets/flask/releases)
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst)
- [Commits](pallets/flask@1.0.2...2.2.5)

Updates `gunicorn` from 19.9.0 to 22.0.0
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](benoitc/gunicorn@19.9.0...22.0.0)

Updates `requests` from 2.19.1 to 2.32.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.19.1...v2.32.2)

Updates `pip` from 18.0 to 23.3
- [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst)
- [Commits](pypa/pip@9.0.3...23.3)

Updates `setuptools` from 40.2.0 to 70.0.0
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v40.2.0...v70.0.0)

Updates `wheel` from 0.31.1 to 0.38.1
- [Release notes](https://github.com/pypa/wheel/releases)
- [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst)
- [Commits](pypa/wheel@0.31.1...0.38.1)

Updates `eventlet` from 0.24.1 to 0.35.2
- [Changelog](https://github.com/eventlet/eventlet/blob/master/NEWS)
- [Commits](eventlet/eventlet@v0.24.1...v0.35.2)

Updates `flask` from 1.0.2 to 2.2.5
- [Release notes](https://github.com/pallets/flask/releases)
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst)
- [Commits](pallets/flask@1.0.2...2.2.5)

Updates `gunicorn` from 19.9.0 to 22.0.0
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](benoitc/gunicorn@19.9.0...22.0.0)

Updates `jinja2` from 2.10 to 3.1.4
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](pallets/jinja@2.10...3.1.4)

Updates `werkzeug` from 0.14.1 to 3.0.3
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](pallets/werkzeug@0.14.1...3.0.3)

Updates `requests` from 2.19.1 to 2.32.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.19.1...v2.32.2)

Updates `ansible` from 2.6.3 to 8.5.0
- [Changelog](https://github.com/ansible-community/ansible-build-data/blob/main/docs/release-process.md)
- [Commits](https://github.com/ansible-community/ansible-build-data/commits/8.5.0)

Updates `bottle` from 0.12.13 to 0.12.20
- [Changelog](https://github.com/bottlepy/bottle/blob/master/docs/changelog.rst)
- [Commits](bottlepy/bottle@0.12.13...0.12.20)

Updates `certifi` from 2018.8.24 to 2024.7.4
- [Commits](certifi/python-certifi@2018.08.24...2024.07.04)

Updates `configobj` from 5.0.6 to 5.0.8
- [Release notes](https://github.com/DiffSK/configobj/releases)
- [Changelog](https://github.com/DiffSK/configobj/blob/release/CHANGES.rst)
- [Commits](DiffSK/configobj@v5.0.6...v5.0.8)

Updates `cryptography` from 2.3.1 to 42.0.4
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@2.3.1...42.0.4)

Updates `django` to 5.0.7
- [Commits](django/django@1.0...5.0.7)

Updates `djangorestframework` from 3.8.2 to 3.15.2
- [Release notes](https://github.com/encode/django-rest-framework/releases)
- [Commits](encode/django-rest-framework@3.8.2...3.15.2)

Updates `ecdsa` from 0.13 to 0.19.0
- [Release notes](https://github.com/tlsfuzzer/python-ecdsa/releases)
- [Changelog](https://github.com/tlsfuzzer/python-ecdsa/blob/master/NEWS)
- [Commits](tlsfuzzer/python-ecdsa@python-ecdsa-0.13...python-ecdsa-0.19.0)

Updates `gevent` from 1.3.6 to 23.9.0
- [Release notes](https://github.com/gevent/gevent/releases)
- [Changelog](https://github.com/gevent/gevent/blob/master/docs/changelog_1_3.rst)
- [Commits](gevent/gevent@1.3.6...23.9.0)

Updates `idna` from 2.7 to 3.7
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](kjd/idna@v2.7...v3.7)

Updates `lxml` from 4.2.4 to 4.9.1
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](lxml/lxml@lxml-4.2.4...lxml-4.9.1)

Updates `mako` from 1.0.7 to 1.2.2
- [Release notes](https://github.com/sqlalchemy/mako/releases)
- [Changelog](https://github.com/sqlalchemy/mako/blob/main/CHANGES)
- [Commits](https://github.com/sqlalchemy/mako/commits)

Updates `numpy` from 1.15.1 to 1.22.0
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v1.15.1...v1.22.0)

Updates `pillow` from 5.2.0 to 10.3.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@5.2.0...10.3.0)

Updates `protobuf` from 3.6.1 to 3.18.3
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v3.6.1...v3.18.3)

Updates `py` from 1.5.4 to 1.11.0
- [Changelog](https://github.com/pytest-dev/py/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/py@1.5.4...1.11.0)

Updates `pyjwt` from 1.6.4 to 2.4.0
- [Release notes](https://github.com/jpadilla/pyjwt/releases)
- [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst)
- [Commits](jpadilla/pyjwt@1.6.4...2.4.0)

Updates `pymongo` from 3.7.1 to 4.6.3
- [Release notes](https://github.com/mongodb/mongo-python-driver/releases)
- [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst)
- [Commits](mongodb/mongo-python-driver@3.7.1...4.6.3)

Updates `pymysql` from 0.9.2 to 1.1.1
- [Release notes](https://github.com/PyMySQL/PyMySQL/releases)
- [Changelog](https://github.com/PyMySQL/PyMySQL/blob/main/CHANGELOG.md)
- [Commits](PyMySQL/PyMySQL@v0.9.2...v1.1.1)

Updates `sqlparse` from 0.2.4 to 0.5.0
- [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG)
- [Commits](andialbrecht/sqlparse@0.2.4...0.5.0)

Updates `tornado` from 5.1 to 6.4.1
- [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst)
- [Commits](tornadoweb/tornado@v5.1.0...v6.4.1)

Updates `twisted` from 18.7.0 to 23.10.0
- [Release notes](https://github.com/twisted/twisted/releases)
- [Changelog](https://github.com/twisted/twisted/blob/trunk/NEWS.rst)
- [Commits](twisted/twisted@twisted-18.7.0...twisted-23.10.0)

Updates `ujson` from 1.35 to 5.4.0
- [Release notes](https://github.com/ultrajson/ultrajson/releases)
- [Commits](ultrajson/ultrajson@v1.35...5.4.0)

Updates `urllib3` from 1.23 to 1.26.19
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@1.23...1.26.19)

Updates `waitress` from 1.1.0 to 2.1.2
- [Release notes](https://github.com/Pylons/waitress/releases)
- [Changelog](https://github.com/Pylons/waitress/blob/v2.1.2/CHANGES.txt)
- [Commits](Pylons/waitress@v1.1.0...v2.1.2)

Updates `pip` from 18.0 to 23.3
- [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst)
- [Commits](pypa/pip@9.0.3...23.3)

Updates `setuptools` from 40.2.0 to 70.0.0
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v40.2.0...v70.0.0)

Updates `wheel` from 0.31.1 to 0.38.1
- [Release notes](https://github.com/pypa/wheel/releases)
- [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst)
- [Commits](pypa/wheel@0.31.1...0.38.1)

Updates `eventlet` from 0.24.1 to 0.35.2
- [Changelog](https://github.com/eventlet/eventlet/blob/master/NEWS)
- [Commits](eventlet/eventlet@v0.24.1...v0.35.2)

Updates `flask` from 1.0.2 to 2.2.5
- [Release notes](https://github.com/pallets/flask/releases)
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst)
- [Commits](pallets/flask@1.0.2...2.2.5)

Updates `gunicorn` from 19.9.0 to 22.0.0
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](benoitc/gunicorn@19.9.0...22.0.0)

Updates `jinja2` from 2.10 to 3.1.4
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](pallets/jinja@2.10...3.1.4)

Updates `werkzeug` from 0.14.1 to 3.0.3
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](pallets/werkzeug@0.14.1...3.0.3)

Updates `requests` from 2.19.1 to 2.32.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.19.1...v2.32.2)

Updates `ansible` from 2.6.3 to 8.5.0
- [Changelog](https://github.com/ansible-community/ansible-build-data/blob/main/docs/release-process.md)
- [Commits](https://github.com/ansible-community/ansible-build-data/commits/8.5.0)

Updates `bottle` from 0.12.13 to 0.12.20
- [Changelog](https://github.com/bottlepy/bottle/blob/master/docs/changelog.rst)
- [Commits](bottlepy/bottle@0.12.13...0.12.20)

Updates `certifi` from 2018.8.24 to 2024.7.4
- [Commits](certifi/python-certifi@2018.08.24...2024.07.04)

Updates `configobj` from 5.0.6 to 5.0.8
- [Release notes](https://github.com/DiffSK/configobj/releases)
- [Changelog](https://github.com/DiffSK/configobj/blob/release/CHANGES.rst)
- [Commits](DiffSK/configobj@v5.0.6...v5.0.8)

Updates `cryptography` from 2.3.1 to 42.0.4
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@2.3.1...42.0.4)

Updates `django` from 2.1 to 3.2.25
- [Commits](django/django@1.0...5.0.7)

Updates `djangorestframework` from 3.8.2 to 3.15.2
- [Release notes](https://github.com/encode/django-rest-framework/releases)
- [Commits](encode/django-rest-framework@3.8.2...3.15.2)

Updates `ecdsa` from 0.13 to 0.19.0
- [Release notes](https://github.com/tlsfuzzer/python-ecdsa/releases)
- [Changelog](https://github.com/tlsfuzzer/python-ecdsa/blob/master/NEWS)
- [Commits](tlsfuzzer/python-ecdsa@python-ecdsa-0.13...python-ecdsa-0.19.0)

Updates `gevent` from 1.3.6 to 23.9.0
- [Release notes](https://github.com/gevent/gevent/releases)
- [Changelog](https://github.com/gevent/gevent/blob/master/docs/changelog_1_3.rst)
- [Commits](gevent/gevent@1.3.6...23.9.0)

Updates `idna` from 2.7 to 3.7
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](kjd/idna@v2.7...v3.7)

Updates `lxml` from 4.2.4 to 4.9.1
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](lxml/lxml@lxml-4.2.4...lxml-4.9.1)

Updates `mako` from 1.0.7 to 1.2.2
- [Release notes](https://github.com/sqlalchemy/mako/releases)
- [Changelog](https://github.com/sqlalchemy/mako/blob/main/CHANGES)
- [Commits](https://github.com/sqlalchemy/mako/commits)

Updates `numpy` from 1.15.1 to 1.22.0
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v1.15.1...v1.22.0)

Updates `pillow` from 5.2.0 to 10.3.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@5.2.0...10.3.0)

Updates `protobuf` from 3.6.1 to 3.18.3
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v3.6.1...v3.18.3)

Updates `py` from 1.5.4 to 1.11.0
- [Changelog](https://github.com/pytest-dev/py/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/py@1.5.4...1.11.0)

Updates `pyjwt` from 1.6.4 to 2.4.0
- [Release notes](https://github.com/jpadilla/pyjwt/releases)
- [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst)
- [Commits](jpadilla/pyjwt@1.6.4...2.4.0)

Updates `pymongo` from 3.7.1 to 4.6.3
- [Release notes](https://github.com/mongodb/mongo-python-driver/releases)
- [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst)
- [Commits](mongodb/mongo-python-driver@3.7.1...4.6.3)

Updates `pymysql` from 0.9.2 to 1.1.1
- [Release notes](https://github.com/PyMySQL/PyMySQL/releases)
- [Changelog](https://github.com/PyMySQL/PyMySQL/blob/main/CHANGELOG.md)
- [Commits](PyMySQL/PyMySQL@v0.9.2...v1.1.1)

Updates `sqlparse` from 0.2.4 to 0.5.0
- [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG)
- [Commits](andialbrecht/sqlparse@0.2.4...0.5.0)

Updates `tornado` from 5.1 to 6.4.1
- [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst)
- [Commits](tornadoweb/tornado@v5.1.0...v6.4.1)

Updates `twisted` from 18.7.0 to 23.10.0
- [Release notes](https://github.com/twisted/twisted/releases)
- [Changelog](https://github.com/twisted/twisted/blob/trunk/NEWS.rst)
- [Commits](twisted/twisted@twisted-18.7.0...twisted-23.10.0)

Updates `ujson` from 1.35 to 5.4.0
- [Release notes](https://github.com/ultrajson/ultrajson/releases)
- [Commits](ultrajson/ultrajson@v1.35...5.4.0)

Updates `urllib3` from 1.23 to 1.26.19
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@1.23...1.26.19)

Updates `waitress` from 1.1.0 to 2.1.2
- [Release notes](https://github.com/Pylons/waitress/releases)
- [Changelog](https://github.com/Pylons/waitress/blob/v2.1.2/CHANGES.txt)
- [Commits](Pylons/waitress@v1.1.0...v2.1.2)

---
updated-dependencies:
- dependency-name: pip
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: setuptools
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: wheel
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: eventlet
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: flask
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: gunicorn
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: jinja2
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: werkzeug
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: flask
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: gunicorn
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: requests
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: pip
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: setuptools
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: wheel
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: eventlet
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: flask
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: gunicorn
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: jinja2
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: werkzeug
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: requests
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: ansible
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: bottle
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: certifi
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: configobj
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: cryptography
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: django
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: djangorestframework
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: ecdsa
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: gevent
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: idna
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: lxml
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: mako
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: numpy
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: pillow
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: protobuf
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: py
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: pyjwt
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: pymongo
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: pymysql
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: sqlparse
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: tornado
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: twisted
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: ujson
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: urllib3
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: waitress
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: pip
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: setuptools
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: wheel
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: eventlet
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: flask
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: gunicorn
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: jinja2
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: werkzeug
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: requests
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: ansible
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: bottle
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: certifi
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: configobj
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: cryptography
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: django
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: djangorestframework
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: ecdsa
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: gevent
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: idna
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: lxml
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: mako
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: numpy
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: pillow
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: protobuf
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: py
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: pyjwt
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: pymongo
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: pymysql
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: sqlparse
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: tornado
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: twisted
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: ujson
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: urllib3
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: waitress
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 15, 2024
@socket-security
Copy link

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
pypi/ansible@8.5.0 environment, eval, filesystem, network, shell, unsafe 0 372 MB anweshadas, felixfontein, gotmax23, ...7 more
pypi/bottle@0.12.20 environment, eval, filesystem, network, shell, unsafe 0 308 kB defnull
pypi/certifi@2024.7.4 filesystem 0 306 kB Lukasa
pypi/configobj@5.0.8 environment, eval, filesystem, network 0 245 kB EliAndrewC, Fuzzyman, Rob.Dennis, ...3 more
pypi/cryptography@42.0.4 environment, eval, filesystem, network, shell, unsafe 0 18.1 MB reaperhulk
pypi/django@3.2.25 environment, eval, filesystem, network, shell, unsafe 0 39.7 MB felixx, nessita, sarahboyce, ...1 more
pypi/django@5.1b1 environment, eval, filesystem, network, shell, unsafe 0 44.2 MB felixx, nessita, sarahboyce, ...1 more
pypi/djangorestframework@3.15.2 environment, eval, filesystem, network, shell, unsafe 0 4.14 MB carltongibson, linovia, tomchristie
pypi/ecdsa@0.19.0 eval, filesystem, shell, unsafe 0 812 kB tomato, warner
pypi/eventlet@0.35.2 environment, eval, filesystem, network, shell 0 1.68 MB 4383, Nat.Goodspeed, Sergey.Shepelev, ...6 more
pypi/flask@2.2.5 environment, eval, filesystem, network, shell 0 1.6 MB
pypi/gevent@23.9.0 environment, eval, filesystem, network, shell, unsafe 0 27 MB denik, jamadden
pypi/gunicorn@22.0.0 environment, eval, filesystem, network, shell 0 7.29 MB benoitc, tilgovi
pypi/idna@3.7 filesystem, network 0 1.1 MB kjd
pypi/jinja2@3.1.4 environment, eval, filesystem, unsafe 0 921 kB
pypi/lxml@4.9.1 environment, eval, filesystem, network, shell, unsafe 0 26 MB faassen, scoder, zope.wineggbuilder
pypi/mako@1.2.2 environment, eval, filesystem, network 0 2.22 MB CaselIT, bourke
pypi/numpy@1.22.0 environment, eval, filesystem, network, shell, unsafe 0 125 MB charlesr.harris, matthew.brett, mattip, ...2 more
pypi/pillow@10.3.0 environment, eval, filesystem, shell, unsafe 0 73 MB aclark, hugovk, radarhere, ...1 more
pypi/pip@23.3 environment, eval, filesystem, network, shell 0 7.78 MB acsbidoul, dstufft, pf_moore, ...3 more
pypi/protobuf@3.18.3 environment, eval, filesystem, shell, unsafe 0 3.97 MB protobuf-packages
pypi/py@1.11.0 environment, eval, filesystem, network, shell, unsafe 0 754 kB The_Compiler, anatoly, flub, ...4 more
pypi/pyjwt@2.4.0 environment, filesystem, network 0 259 kB jpadilla
pypi/pymongo@4.6.3 environment, eval, filesystem, network, shell, unsafe 0 11.5 MB 10gen
pypi/pymysql@1.1.1 environment, filesystem, network 0 167 kB iDavidStory, lecram, naoki, ...1 more
pypi/requests@2.32.2 environment, eval, filesystem, network, shell, unsafe 0 473 kB Lukasa, graffatcolmingov, nateprewitt
pypi/setuptools@70.0.0 environment, eval, filesystem, network, shell, unsafe 0 6.89 MB abravalheri, dstufft, jaraco
pypi/sqlparse@0.5.0 filesystem, shell 0 360 kB aalbrecht
pypi/werkzeug@3.0.3 environment, eval, filesystem, network, shell, unsafe 0 1.94 MB
pypi/wheel@0.38.1 environment, filesystem, shell 0 206 kB agronholm, joeforker, natefoo

🚮 Removed packages: pypi/ansible@2.6.3, pypi/bottle@0.12.13, pypi/certifi@2018.8.24, pypi/certifi@2018.8.24, pypi/configobj@5.0.6, pypi/cryptography@2.3.1, pypi/cryptography@2.3.1, pypi/cryptography@2.3.1, pypi/cryptography@2.3.1, pypi/cryptography@2.3.1, pypi/cryptography@2.3.1, pypi/cryptography@2.3.1, pypi/cryptography@2.3.1, pypi/cryptography@2.3.1, pypi/cryptography@2.3.1, pypi/cryptography@2.3.1, pypi/cryptography@2.3.1, pypi/cryptography@2.3.1, pypi/cryptography@2.3.1, pypi/cryptography@2.3.1, pypi/cryptography@2.3.1, pypi/cryptography@2.3.1, pypi/cryptography@2.3.1, pypi/cryptography@2.3.1, pypi/django@1.11.29, pypi/django@1.11.29, pypi/django@2.1, pypi/django@2.1, pypi/djangorestframework@3.8.2, pypi/djangorestframework@3.8.2, pypi/ecdsa@0.13, pypi/ecdsa@0.13, pypi/eventlet@0.24.1, pypi/eventlet@0.24.1, pypi/gevent@1.3.6, pypi/gevent@1.3.6, pypi/gevent@1.3.6, pypi/gevent@1.3.6, pypi/gevent@1.3.6, pypi/gevent@1.3.6, pypi/gevent@1.3.6, pypi/gevent@1.3.6, pypi/gevent@1.3.6, pypi/gevent@1.3.6, pypi/gevent@1.3.6, pypi/gevent@1.3.6, pypi/gevent@1.3.6, pypi/gevent@1.3.6, pypi/gevent@1.3.6, pypi/gevent@1.3.6, pypi/gevent@1.3.6, pypi/gevent@1.3.6, pypi/gevent@1.3.6, pypi/gevent@1.3.6, pypi/gevent@1.3.6, pypi/gevent@1.3.6, pypi/gevent@1.3.6, pypi/idna@2.7, pypi/idna@2.7, pypi/ipython@6.5.0, pypi/ipython@6.5.0, pypi/jinja2@2.10, pypi/jinja2@2.10, pypi/lxml@4.2.4, pypi/lxml@4.2.4, pypi/lxml@4.2.4, pypi/lxml@4.2.4, pypi/lxml@4.2.4, pypi/lxml@4.2.4, pypi/lxml@4.2.4, pypi/lxml@4.2.4, pypi/lxml@4.2.4, pypi/lxml@4.2.4, pypi/lxml@4.2.4, pypi/lxml@4.2.4, pypi/lxml@4.2.4, pypi/lxml@4.2.4, pypi/lxml@4.2.4, pypi/lxml@4.2.4, pypi/lxml@4.2.4, pypi/lxml@4.2.4, pypi/lxml@4.2.4, pypi/lxml@4.2.4, pypi/lxml@4.2.4, pypi/lxml@4.2.4, pypi/lxml@4.2.4, pypi/lxml@4.2.4, pypi/lxml@4.2.4, pypi/lxml@4.2.4, pypi/lxml@4.2.4, pypi/lxml@4.2.4, pypi/lxml@4.2.4, pypi/lxml@4.2.4, pypi/mako@1.0.7, pypi/numpy@1.15.1, pypi/numpy@1.15.1, pypi/numpy@1.15.1, pypi/numpy@1.15.1, pypi/numpy@1.15.1, pypi/numpy@1.15.1, pypi/numpy@1.15.1, pypi/numpy@1.15.1, pypi/numpy@1.15.1, pypi/numpy@1.15.1, pypi/numpy@1.15.1, pypi/numpy@1.15.1, pypi/numpy@1.15.1, pypi/numpy@1.15.1, pypi/numpy@1.15.1, pypi/numpy@1.15.1, pypi/numpy@1.15.1, pypi/numpy@1.15.1, pypi/numpy@1.15.1, pypi/numpy@1.15.1, pypi/numpy@1.15.1, pypi/numpy@1.15.1, pypi/numpy@1.15.1, pypi/numpy@1.15.1, pypi/numpy@1.15.1, pypi/numpy@1.15.1, pypi/numpy@1.15.1, pypi/numpy@1.15.1, pypi/pillow@5.2.0, pypi/pillow@5.2.0, pypi/pillow@5.2.0, pypi/pillow@5.2.0, pypi/pillow@5.2.0, pypi/pillow@5.2.0, pypi/pillow@5.2.0, pypi/pillow@5.2.0, pypi/pillow@5.2.0, pypi/pillow@5.2.0, pypi/pillow@5.2.0, pypi/pillow@5.2.0, pypi/pillow@5.2.0, pypi/pillow@5.2.0, pypi/pillow@5.2.0, pypi/pillow@5.2.0, pypi/pillow@5.2.0, pypi/pillow@5.2.0, pypi/pillow@5.2.0, pypi/pillow@5.2.0, pypi/pillow@5.2.0, pypi/pillow@5.2.0, pypi/pillow@5.2.0, pypi/pillow@5.2.0, pypi/pillow@5.2.0, pypi/pillow@5.2.0, pypi/pillow@5.2.0, pypi/pillow@5.2.0, pypi/pillow@5.2.0, pypi/pillow@5.2.0, pypi/pillow@5.2.0, pypi/pillow@5.2.0, pypi/pillow@5.2.0, pypi/pillow@5.2.0, pypi/pillow@5.2.0, pypi/pillow@5.2.0, pypi/pillow@5.2.0, pypi/pillow@5.2.0, pypi/pillow@5.2.0, pypi/pillow@5.2.0, pypi/pillow@5.2.0, pypi/pillow@5.2.0, pypi/pillow@5.2.0, pypi/pillow@5.2.0, pypi/pillow@5.2.0, pypi/pillow@5.2.0, pypi/pillow@5.2.0, pypi/pillow@5.2.0, pypi/pillow@5.2.0, pypi/pillow@5.2.0, pypi/pip@18.0, pypi/pip@18.0, pypi/pip@9.0.3, pypi/pip@9.0.3, pypi/protobuf@3.6.1, pypi/protobuf@3.6.1, pypi/protobuf@3.6.1, pypi/protobuf@3.6.1, pypi/protobuf@3.6.1, pypi/protobuf@3.6.1, pypi/protobuf@3.6.1, pypi/protobuf@3.6.1, pypi/protobuf@3.6.1, pypi/protobuf@3.6.1, pypi/protobuf@3.6.1, pypi/protobuf@3.6.1, pypi/protobuf@3.6.1, pypi/protobuf@3.6.1, pypi/protobuf@3.6.1, pypi/protobuf@3.6.1, pypi/protobuf@3.6.1, pypi/py@1.5.4, pypi/py@1.5.4, pypi/pyjwt@1.6.4, pypi/pyjwt@1.6.4, pypi/pymongo@3.7.1, pypi/pymongo@3.7.1, pypi/pymongo@3.7.1, pypi/pymongo@3.7.1, pypi/pymongo@3.7.1, pypi/pymongo@3.7.1, pypi/pymongo@3.7.1, pypi/pymongo@3.7.1, pypi/pymongo@3.7.1, pypi/pymongo@3.7.1, pypi/pymongo@3.7.1, pypi/pymongo@3.7.1, pypi/pymongo@3.7.1, pypi/pymongo@3.7.1, pypi/pymongo@3.7.1, pypi/pymongo@3.7.1, pypi/pymongo@3.7.1, pypi/pymongo@3.7.1, pypi/pymongo@3.7.1, pypi/pymongo@3.7.1, pypi/pymongo@3.7.1, pypi/pymongo@3.7.1, pypi/pymongo@3.7.1, pypi/pymongo@3.7.1, pypi/pymongo@3.7.1, pypi/pymongo@3.7.1, pypi/pymongo@3.7.1, pypi/pymongo@3.7.1, pypi/pymongo@3.7.1, pypi/pymongo@3.7.1, pypi/pymongo@3.7.1, pypi/pymongo@3.7.1, pypi/pymongo@3.7.1, pypi/pymongo@3.7.1, pypi/pymongo@3.7.1, pypi/pymongo@3.7.1, pypi/pymongo@3.7.1, pypi/pymongo@3.7.1, pypi/pymongo@3.7.1, pypi/pymongo@3.7.1, pypi/pymongo@3.7.1, pypi/pymongo@3.7.1, pypi/pymongo@3.7.1, pypi/pymongo@3.7.1, pypi/pymongo@3.7.1, pypi/pymongo@3.7.1, pypi/pymongo@3.7.1, pypi/pymysql@0.9.2, pypi/pymysql@0.9.2, pypi/requests@2.19.1, pypi/requests@2.19.1, pypi/setuptools@40.2.0, pypi/setuptools@40.2.0, pypi/sqlparse@0.2.4, pypi/sqlparse@0.2.4, pypi/thrift@0.11.0, pypi/tornado@5.1, pypi/tornado@5.1, pypi/tornado@5.1, pypi/tornado@5.1, pypi/tornado@5.1, pypi/tornado@5.1, pypi/tornado@5.1, pypi/tox@3.2.1, pypi/tox@3.2.1, pypi/twisted@18.7.0, pypi/twisted@18.7.0, pypi/ujson@1.35, pypi/unidecode@1.0.22, pypi/unidecode@1.0.22, pypi/unittest2@1.1.0, pypi/unittest2@1.1.0, pypi/uritemplate@3.0.0, pypi/uritemplate@3.0.0, pypi/uritemplate@3.0.0, pypi/urllib3@1.23, pypi/urllib3@1.23, pypi/uwsgi@2.0.17.1, pypi/versiontools@1.9.1, pypi/virtualenv@16.0.0, pypi/virtualenv@16.0.0, pypi/waitress@1.1.0, pypi/waitress@1.1.0, pypi/warlock@1.3.0, pypi/webob@1.8.2, pypi/webob@1.8.2, pypi/websocket-client@0.51.0, pypi/websocket-client@0.51.0, pypi/webtest@2.0.30, pypi/webtest@2.0.30, pypi/werkzeug@0.14.1, pypi/werkzeug@0.14.1, pypi/wheel@0.31.1, pypi/wheel@0.31.1, pypi/xlrd@1.1.0, pypi/xlrd@1.1.0, pypi/zc@0.1.1, pypi/zc@0.1.1, pypi/zope@5.10, pypi/zope@5.10

View full report↗︎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant