Skip to content

Bump the python-packages group across 1 directory with 15 updates #17

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 25, 2024

Bumps the python-packages group with 15 updates in the / directory:

Package From To
flask[async] 2.2.2 3.0.3
connexion 2.14.0 3.1.0
connexion[swagger-ui] 2.14.0 3.1.0
python-dateutil 2.6.0 2.9.0.post0
setuptools 65.5.1 70.1.1
swagger-ui-bundle 0.0.2 1.1.0
waitress 2.1.2 3.0.0
python-dotenv 0.20.0 1.0.1
colorlog 6.5.0 6.8.2
textfsm 1.1.2 1.1.3
genie 24.3 24.5
pyats 24.3 24.5
scrapli[full] 2022.1.30 2024.1.30
pdoc 12.0.2 14.5.0
paste 3.5.2 3.10.1

Updates flask[async] from 2.2.2 to 3.0.3

Release notes

Sourced from flask[async]'s releases.

3.0.3

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

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

  • The default hashlib.sha1 may not be available in FIPS builds. Don't access it at import time so the developer has time to change the default. #5448
  • Don't initialize the cli attribute in the sansio scaffold, but rather in the Flask concrete class. #5270

3.0.2

This is a fix release for the 3.0.x feature release branch. It fixes bugs but does not otherwise change behavior and should not result in breaking changes.

3.0.1

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

Fixes an issue where using other JSON providers, such as flask-orjson, previously caused loaded session data to have an incorrect format in some cases.

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.3

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

2.3.2

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

2.3.1

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

... (truncated)

Changelog

Sourced from flask[async]'s changelog.

Version 3.0.3

Released 2024-04-07

  • The default hashlib.sha1 may not be available in FIPS builds. Don't access it at import time so the developer has time to change the default. :issue:5448
  • Don't initialize the cli attribute in the sansio scaffold, but rather in the Flask concrete class. :pr:5270

Version 3.0.2

Released 2024-02-03

  • Correct type for jinja_loader property. :issue:5388
  • Fix error with --extra-files and --exclude-patterns CLI options. :issue:5391

Version 3.0.1

Released 2024-01-18

  • Correct type for path argument to send_file. :issue:5230
  • Fix a typo in an error message for the flask run --key option. :pr:5344
  • Session data is untagged without relying on the built-in json.loads object_hook. This allows other JSON providers that don't implement that. :issue:5381
  • Address more type findings when using mypy strict mode. :pr:5383

Version 3.0.0

Released 2023-09-30

  • Remove previously deprecated code. :pr:5223
  • Deprecate the __version__ attribute. Use feature detection, or importlib.metadata.version("flask"), instead. :issue:5230
  • Restructure the code such that the Flask (app) and Blueprint classes have Sans-IO bases. :pr:5127
  • Allow self as an argument to url_for. :pr:5264
  • Require Werkzeug >= 3.0.0.

Version 2.3.3

... (truncated)

Commits

Updates connexion from 2.14.0 to 3.1.0

Release notes

Sourced from connexion's releases.

3.1.0

What's Changed

New Contributors

Full Changelog: spec-first/connexion@3.0.6...3.1.0

3.0.6

What's Changed

New Contributors

Full Changelog: spec-first/connexion@3.0.5...3.0.6

3.0.5

Highlights

Fix broken swagger_ui when using Swagger 2 specification with references.

What's Changed

Full Changelog: spec-first/connexion@3.0.4...3.0.5

3.0.4

Highlights

... (truncated)

Commits

Updates connexion[swagger-ui] from 2.14.0 to 3.1.0

Release notes

Sourced from connexion[swagger-ui]'s releases.

3.1.0

What's Changed

New Contributors

Full Changelog: spec-first/connexion@3.0.6...3.1.0

3.0.6

What's Changed

New Contributors

Full Changelog: spec-first/connexion@3.0.5...3.0.6

3.0.5

Highlights

Fix broken swagger_ui when using Swagger 2 specification with references.

What's Changed

Full Changelog: spec-first/connexion@3.0.4...3.0.5

3.0.4

Highlights

... (truncated)

Commits

Updates python-dateutil from 2.6.0 to 2.9.0.post0

Release notes

Sourced from python-dateutil's releases.

2.9.0.post0

Version 2.9.0.post0 (2024-03-01)

Bugfixes

  • Pinned setuptools_scm to <8, which should make the generated _version.py file compatible with all supported versions of Python.

2.9.0

Version 2.9.0 (2024-02-29)

Data updates

  • Updated tzdata version to 2024a. (gh pr #1342)

Features

  • Made all dateutil submodules lazily imported using PEP 562. On Python 3.7+, things like import dateutil; dateutil.tz.gettz("America/New_York") will now work without explicitly importing dateutil.tz, with the import occurring behind the scenes on first use. The old behavior remains on Python 3.6 and earlier. Fixed by Orson Adams. (gh issue #771, gh pr #1007)

Bugfixes

  • Removed a call to datetime.utcfromtimestamp, which is deprecated as of Python 3.12. Reported by Hugo van Kemenade (gh pr #1284), fixed by Thomas Grainger (gh pr #1285).

Documentation changes

  • Added note into docs and tests where relativedelta would return last day of the month only if the same day on a different month resolves to a date that doesn't exist. Reported by @​hawkEye-01 (gh issue #1167). Fixed by @​Mifrill (gh pr #1168)

2.8.2

Version 2.8.2 (2021-07-08)

Data updates

  • Updated tzdata version to 2021a. (gh pr #1128)

Bugfixes

  • Fixed a bug in the parser where non-ValueError exceptions would be raised during exception handling; this would happen, for example, if an IllegalMonthError was raised in dateutil code. Fixed by Mark Bailey. (gh issue #981, pr #987).
  • Fixed the custom repr for dateutil.parser.ParserError, which was not defined due to an indentation error. (gh issue #991, gh pr #993)
  • Fixed a bug that caused b' prefixes to appear in parse_isodate exception messages. Reported and fixed by Paul Brown (@​pawl) (gh pr #1122)
  • Make isoparse raise when trying to parse times with inconsistent use of : separator. Reported and fixed by @​mariocj89 (gh pr #1125).
  • Fixed tz.gettz() not returning local time when passed an empty string.

... (truncated)

Changelog

Sourced from python-dateutil's changelog.

Version 2.9.0.post0 (2024-03-01)

Bugfixes

  • Pinned setuptools_scm to <8, which should make the generated _version.py file compatible with all supported versions of Python.

Version 2.9.0 (2024-02-29)

Data updates

  • Updated tzdata version to 2024a. (gh pr #1342)

Features

  • Made all dateutil submodules lazily imported using PEP 562 <https://www.python.org/dev/peps/pep-0562/>_. On Python 3.7+, things like import dateutil; dateutil.tz.gettz("America/New_York") will now work without explicitly importing dateutil.tz, with the import occurring behind the scenes on first use. The old behavior remains on Python 3.6 and earlier. Fixed by Orson Adams. (gh issue #771, gh pr #1007)

Bugfixes

  • Removed a call to datetime.utcfromtimestamp, which is deprecated as of Python 3.12. Reported by Hugo van Kemenade (gh pr #1284), fixed by Thomas Grainger (gh pr #1285).

Documentation changes

  • Added note into docs and tests where relativedelta would return last day of the month only if the same day on a different month resolves to a date that doesn't exist. Reported by @​hawkEye-01 (gh issue #1167). Fixed by @​Mifrill (gh pr #1168)

Version 2.8.2 (2021-07-08)

Data updates

  • Updated tzdata version to 2021a. (gh pr #1128)

... (truncated)

Commits
  • 1ae8077 Merge pull request #1346 from pganssle/release_2.9.0.post0
  • ee6de9d Update news to prepare for release
  • 9780d32 Pin setuptools_scm to <8
  • db9d018 Merge pull request #1343 from pganssle/release_2.9.0
  • 423ca2f Run updatezinfo before build
  • edd3fd4 Update NEWS file
  • fe02d02 Run towncrier with Python 3.11
  • 9c7524a Fix MANIFEST.in pattern
  • 6de58f5 Update classifiers to include Python 3.12
  • 8fe0cab Merge pull request #1342 from pganssle/update_zoneinfo
  • Additional commits viewable in compare view

Updates setuptools from 65.5.1 to 70.1.1

Changelog

Sourced from setuptools's changelog.

v70.1.1

Misc

v70.1.0

Features

  • Adopted the bdist_wheel command from the wheel project -- by :user:agronholm (#1386)

  • Improve error message when pkg_resources.ZipProvider tries to extract resources with a missing Egg -- by :user:Avasam

    Added variables and parameter type annotations to pkg_resources to be nearly on par with typeshed.* -- by :user:Avasam * Excluding TypeVar and overload. Return types are currently inferred. (#4246)

  • Migrated Setuptools' own config to pyproject.toml (#4310)

Bugfixes

  • Prevent a TypeError: 'NoneType' object is not callable when shutil_rmtree is called without an onexc parameter on Python<=3.11 -- by :user:Avasam (#4382)
  • Replace use of mktemp with can_symlink from the stdlib test suite. (#4403)
  • Improvement for attr: directives in configuration to handle more edge cases related to complex package_dir. (#4405)
  • Fix accidental implicit string concatenation. (#4411)

Misc

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)

... (truncated)

Commits

Updates swagger-ui-bundle from 0.0.2 to 1.1.0

Release notes

Sourced from swagger-ui-bundle's releases.

1.1.0

What's Changed

New Contributors

Full Changelog: spec-first/swagger_ui_bundle@v0.0.9...1.1.0

v0.0.9

  • Bumped swagger-ui to 3.52.0

OAuth2 Jinja Configuration

This release adds a new jinja variable called initOAuth.

This allows the server to pass configuration to the initOAuth() call in swagger-ui. Kudos to @​m-agel for the idea.

render_template(
    'index.j2',
    initOAuth={
        'clientId': 'my-swagger-ui',
        'usePkceWithAuthorizationCodeGrant': True,
    }
)

Swagger-UI 3.30.0

This release upgrades to Swagger-UI 3.30.0

Swagger-UI 3.24.2

This release updates swagger-ui to 3.24.2

Swagger-UI 3.22.3

No release notes provided.

swagger-ui 3.20.5

This release updates swagger-ui to 3.20.5

Commits
  • 77ce9d2 Add id-token: write permission to release pipeline
  • 36e442a Use OpenID connect for PyPI publishing
  • 4fa043b Remove unused swagger-ui-4.4.0
  • 60b2323 Rename back to swagger_ui_bundle
  • f801082 Fix release pipeline
  • 9b27fdd Fix release pipeline
  • 3ae86c6 Add test workflow (#1)
  • 53499b1 Fix path resolving
  • c1b20cf Install Poetry in release workflow
  • 27200a0 Quote python version in release workflow
  • Additional commits viewable in compare view

Updates waitress from 2.1.2 to 3.0.0

Release notes

Sourced from waitress's releases.

v3.0.0

3.0.0 (2024-02-04)

  • Rename "master" git branch to "main"

  • Fix a bug that would appear on macOS whereby if we accept() a socket that is already gone, setting socket options would fail and take down the server. See Pylons/waitress#399

  • Fixed testing of vendored asyncore code to not rely on particular naming for errno's. See Pylons/waitress#397

  • HTTP Request methods and versions are now validated to meet the HTTP standards thereby dropping invalid requests on the floor. See Pylons/waitress#423

  • No longer close the connection when sending a HEAD request response. See Pylons/waitress#428

  • Always attempt to send the Connection: close response header when we are going to close the connection to let the remote know in more instances. Pylons/waitress#429

  • Python 3.7 is no longer supported. Add support for Python 3.11, 3.12 and PyPy 3.9, 3.10. See Pylons/waitress#412

  • Document that trusted_proxy may be set to a wildcard value to trust all proxies. See Pylons/waitress#431

Updated Defaults

Changelog

Sourced from waitress's changelog.

3.0.0 (2024-02-04)

  • Rename "master" git branch to "main"

  • Fix a bug that would appear on macOS whereby if we accept() a socket that is already gone, setting socket options would fail and take down the server. See Pylons/waitress#399

  • Fixed testing of vendored asyncore code to not rely on particular naming for errno's. See Pylons/waitress#397

  • HTTP Request methods and versions are now validated to meet the HTTP standards thereby dropping invalid requests on the floor. See Pylons/waitress#423

  • No longer close the connection when sending a HEAD request response. See Pylons/waitress#428

  • Always attempt to send the Connection: close response header when we are going to close the connection to let the remote know in more instances. Pylons/waitress#429

  • Python 3.7 is no longer supported. Add support for Python 3.11, 3.12 and PyPy 3.9, 3.10. See Pylons/waitress#412

  • Document that trusted_proxy may be set to a wildcard value to trust all proxies. See Pylons/waitress#431

Updated Defaults


- clear_untrusted_proxy_headers is set to True by default. See
  https://github.com/Pylons/waitress/pull/370
Commits
  • 4e0d8c4 Prep 3.0.0
  • d59f148 Update CHANGES.txt
  • af104eb Merge pull request #431 from Pylons/documentation/trusted_proxy_wildcard
  • e0123ee Document wildcard support for trusted_proxy
  • 5934be0 Update badges in README.rst
  • 838db18 Pyton 3.7 begone, for realsies
  • fde4aec Minimum supported Python version is 3.8
  • f19cc71 Merge pull request #412 from gforcada/patch-1
  • af0fd3d Don't run all PyPy version for macOS/Windows
  • 6c8bb63 Set specific toxenv for PyPy
  • Additional commits viewable in compare view

Updates python-dotenv from 0.20.0 to 1.0.1

Release notes

Sourced from python-dotenv's releases.

v1.0.1

What's Changed

New Contributors

Full Changelog: theskumar/python-dotenv@v1.0.0...v1.0.1

Version 1.0.0

What's Changed

New Contributors

Full Changelog: theskumar/python-dotenv@v0.21.1...v1.0.0

Version 0.21.1

Added

Fixed

  • Fix Out-of-scope error when "dest" variable is undefined (#413 by @​theGOTOguy)
  • Fix IPython test warning about deprecated magic (#440 by @​bbc2)
  • Fix type hint for dotenv_path var, add StrPath alias (#432 by @​eaf)

New Contributors

... (truncated)

Changelog

Sourced from python-dotenv's changelog.

[1.0.1] - 2024-01-23

Fixed

  • Gracefully handle code which has been imported from a zipfile (#456 by [@​samwyma])
  • Allow modules using load_dotenv to be reloaded when launched in a separate thread (#497 by [@​freddyaboulton])
  • Fix file not closed after deletion, handle error in the rewrite function (#469 by [@​Qwerty-133])

Misc

[1.0.0] - 2023-02-24

Fixed

[0.21.1] - 2023-01-21

Added

Fixed

  • Fix Out-of-scope error when "dest" variable is undefined (#413 by [@​theGOTOguy])
  • Fix IPython test warning about deprecated magic (#440 by [@​bbc2])
  • Fix type hint for dotenv_path var, add StrPath alias (#432 by [@​eaf])

[0.21.0] - 2022-09-03

Added

Fixed

... (truncated)

Commits
  • d6c0b96 Bumpversion 1.0.0 -> 1.0.1
  • 42dc086 Update changelog for 1.0.1
  • b1eebba Add python 3.12 and pypy3.10 to test runner
  • 6ff1391 Fix temporary file is deleted before closing, in the rewrite function (

Bumps the python-packages group with 15 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [flask[async]](https://github.com/pallets/flask) | `2.2.2` | `3.0.3` |
| [connexion](https://github.com/spec-first/connexion) | `2.14.0` | `3.1.0` |
| [connexion[swagger-ui]](https://github.com/spec-first/connexion) | `2.14.0` | `3.1.0` |
| [python-dateutil](https://github.com/dateutil/dateutil) | `2.6.0` | `2.9.0.post0` |
| [setuptools](https://github.com/pypa/setuptools) | `65.5.1` | `70.1.1` |
| [swagger-ui-bundle](https://github.com/spec-first/swagger_ui_bundle) | `0.0.2` | `1.1.0` |
| [waitress](https://github.com/Pylons/waitress) | `2.1.2` | `3.0.0` |
| [python-dotenv](https://github.com/theskumar/python-dotenv) | `0.20.0` | `1.0.1` |
| [colorlog](https://github.com/borntyping/python-colorlog) | `6.5.0` | `6.8.2` |
| [textfsm](https://github.com/google/textfsm) | `1.1.2` | `1.1.3` |
| [genie](https://github.com/CiscoTestAutomation/examples) | `24.3` | `24.5` |
| [pyats](https://github.com/CiscoDevNet/pyats-sample-scripts) | `24.3` | `24.5` |
| [scrapli[full]](https://github.com/carlmontanari/scrapli) | `2022.1.30` | `2024.1.30` |
| [pdoc](https://github.com/mitmproxy/pdoc) | `12.0.2` | `14.5.0` |
| [paste](https://github.com/pasteorg/paste) | `3.5.2` | `3.10.1` |



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

Updates `connexion` from 2.14.0 to 3.1.0
- [Release notes](https://github.com/spec-first/connexion/releases)
- [Commits](spec-first/connexion@2.14.0...3.1.0)

Updates `connexion[swagger-ui]` from 2.14.0 to 3.1.0
- [Release notes](https://github.com/spec-first/connexion/releases)
- [Commits](spec-first/connexion@2.14.0...3.1.0)

Updates `python-dateutil` from 2.6.0 to 2.9.0.post0
- [Release notes](https://github.com/dateutil/dateutil/releases)
- [Changelog](https://github.com/dateutil/dateutil/blob/master/NEWS)
- [Commits](dateutil/dateutil@2.6.0...2.9.0.post0)

Updates `setuptools` from 65.5.1 to 70.1.1
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v65.5.1...v70.1.1)

Updates `swagger-ui-bundle` from 0.0.2 to 1.1.0
- [Release notes](https://github.com/spec-first/swagger_ui_bundle/releases)
- [Commits](spec-first/swagger_ui_bundle@v0.0.2...1.1.0)

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

Updates `python-dotenv` from 0.20.0 to 1.0.1
- [Release notes](https://github.com/theskumar/python-dotenv/releases)
- [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md)
- [Commits](theskumar/python-dotenv@v0.20.0...v1.0.1)

Updates `colorlog` from 6.5.0 to 6.8.2
- [Release notes](https://github.com/borntyping/python-colorlog/releases)
- [Commits](borntyping/python-colorlog@v6.5.0...v6.8.2)

Updates `textfsm` from 1.1.2 to 1.1.3
- [Release notes](https://github.com/google/textfsm/releases)
- [Commits](google/textfsm@v1.1.2...v1.1.3)

Updates `genie` from 24.3 to 24.5
- [Commits](https://github.com/CiscoTestAutomation/examples/commits)

Updates `pyats` from 24.3 to 24.5
- [Commits](https://github.com/CiscoDevNet/pyats-sample-scripts/commits)

Updates `scrapli[full]` from 2022.1.30 to 2024.1.30
- [Release notes](https://github.com/carlmontanari/scrapli/releases)
- [Changelog](https://github.com/carlmontanari/scrapli/blob/main/docs/changelog.md)
- [Commits](carlmontanari/scrapli@2022.01.30...2024.01.30)

Updates `pdoc` from 12.0.2 to 14.5.0
- [Changelog](https://github.com/mitmproxy/pdoc/blob/main/CHANGELOG.md)
- [Commits](mitmproxy/pdoc@v12.0.2...v14.5.0)

Updates `paste` from 3.5.2 to 3.10.1
- [Release notes](https://github.com/pasteorg/paste/releases)
- [Changelog](https://github.com/pasteorg/paste/blob/master/docs/news.txt)
- [Commits](pasteorg/paste@3.5.2...3.10.1)

---
updated-dependencies:
- dependency-name: flask[async]
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: connexion
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: connexion[swagger-ui]
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: python-dateutil
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: setuptools
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: swagger-ui-bundle
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: waitress
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: python-dotenv
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: colorlog
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: textfsm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: genie
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: pyats
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: scrapli[full]
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: pdoc
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: paste
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 25, 2024
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.

0 participants