Skip to content
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

⬆️(project) upgrade python dependencies #282

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 23, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
alembic (source, changelog) ==1.13.2 -> ==1.14.1 age adoption passing confidence
black (changelog) ==24.8.0 -> ==24.10.0 age adoption passing confidence
build (changelog) ==1.2.2 -> ==1.2.2.post1 age adoption passing confidence
click (changelog) ==8.1.7 -> ==8.1.8 age adoption passing confidence
django-cors-headers (changelog) ==4.4.0 -> ==4.6.0 age adoption passing confidence
djangorestframework_simplejwt ==5.3.1 -> ==5.4.0 age adoption passing confidence
faker (changelog) ==28.4.1 -> ==35.0.0 age adoption passing confidence
fastapi (changelog) ==0.114.2 -> ==0.115.7 age adoption passing confidence
httpx (changelog) ==0.24.1 -> ==0.28.1 age adoption passing confidence
importlib-metadata ==7.2.1 -> ==8.6.1 age adoption passing confidence
mkdocs-material (changelog) ==9.5.34 -> ==9.5.50 age adoption passing confidence
mypy (changelog) ==1.10.0 -> ==1.14.1 age adoption passing confidence
pandas (source) ==2.2.2 -> ==2.2.3 age adoption passing confidence
pandas-stubs (source) ==2.2.2.240603 -> ==2.2.3.241126 age adoption passing confidence
polyfactory (changelog) ==2.16.2 -> ==2.18.1 age adoption passing confidence
psycopg2-binary (source, changelog) ==2.9.9 -> ==2.9.10 age adoption passing confidence
pymdown-extensions ==10.9 -> ==10.14.1 age adoption passing confidence
pytest (changelog) ==8.3.3 -> ==8.3.4 age adoption passing confidence
pytest (changelog) ==7.4.4 -> ==8.3.4 age adoption passing confidence
pytest-cov (changelog) ==5.0.0 -> ==6.0.0 age adoption passing confidence
pytest-httpx (changelog) ==0.24.0 -> ==0.35.0 age adoption passing confidence
ruff (source, changelog) ==0.6.5 -> ==0.9.3 age adoption passing confidence
sentry-sdk (changelog) ==2.14.0 -> ==2.20.0 age adoption passing confidence
sqlmodel (changelog) ==0.0.19 -> ==0.0.22 age adoption passing confidence
twine ==5.1.1 -> ==6.1.0 age adoption passing confidence
urllib3 (changelog) ==2.2.3 -> ==2.3.0 age adoption passing confidence
uvicorn (changelog) ==0.30.6 -> ==0.34.0 age adoption passing confidence
whitenoise (changelog) ==6.7.0 -> ==6.8.2 age adoption passing confidence
xmltodict ==0.13.0 -> ==0.14.2 age adoption passing confidence

Release Notes

psf/black (black)

v24.10.0

Compare Source

Highlights
  • Black is now officially tested with Python 3.13 and provides Python 3.13
    mypyc-compiled wheels. (#​4436) (#​4449)
  • Black will issue an error when used with Python 3.12.5, due to an upstream memory
    safety issue in Python 3.12.5 that can cause Black's AST safety checks to fail. Please
    use Python 3.12.6 or Python 3.12.4 instead. (#​4447)
  • Black no longer supports running with Python 3.8 (#​4452)
Stable style
  • Fix crashes involving comments in parenthesised return types or X | Y style unions.
    (#​4453)
  • Fix skipping Jupyter cells with unknown %% magic (#​4462)
Preview style
  • Fix type annotation spacing between * and more complex type variable tuple (i.e. def fn(*args: *tuple[*Ts, T]) -> None: pass) (#​4440)
Caching
  • Fix bug where the cache was shared between runs with and without --unstable (#​4466)
Packaging
  • Upgrade version of mypyc used to 1.12 beta (#​4450) (#​4449)
  • blackd now requires a newer version of aiohttp. (#​4451)
Output
  • Added Python target version information on parse error (#​4378)
  • Add information about Black version to internal error messages (#​4457)
pypa/build (build)

v1.2.2.post1

Compare Source

This release only makes metadata (Python 3.13 classifier), docs, and test suite changes.

What's Changed
New Contributors

Full Changelog: pypa/build@1.2.2...1.2.2.post1

pallets/click (click)

v8.1.8

Compare Source

Unreleased

  • Fix an issue with type hints for click.open_file(). :issue:2717
  • Fix issue where error message for invalid click.Path displays on
    multiple lines. :issue:2697
  • Fixed issue that prevented a default value of "" from being displayed in
    the help for an option. :issue:2500
  • The test runner handles stripping color consistently on Windows.
    :issue:2705
  • Show correct value for flag default when using default_map.
    :issue:2632
  • Fix click.echo(color=...) passing color to coloroma so it can be
    forced on Windows. :issue:2606.
adamchainz/django-cors-headers (django-cors-headers)

v4.6.0

Compare Source

  • Drop Django 3.2 to 4.1 support.

v4.5.0

Compare Source

  • Drop Python 3.8 support.

  • Support Python 3.13.

jazzband/djangorestframework-simplejwt (djangorestframework_simplejwt)

v5.4.0

Compare Source

joke2k/faker (faker)

v35.0.0

Compare Source

  • Revert changes made in v34.x.

v34.0.2

Compare Source

  • ffx date_time provider when end_datetime is set in the past.

v34.0.1

Compare Source

  • Fix date parsing for "today".

v34.0.0

Compare Source

  • Account for end_date when calculating relative date_time_between. Thanks @​Fashimpaur for the report.

v33.3.1

Compare Source

  • Fix nl_BE Bank Provider (BBAN, IBAN, SWIFT). Thanks @​AliYmn.

v33.3.0

Compare Source

  • Add support for Zulu (zu_ZA) address provider and corresponding tests. Thanks @​AliYmn.

v33.2.0

Compare Source

v33.1.3

Compare Source

  • Fix type annotation on Python 3.8.

v33.1.2

Compare Source

v33.1.1

Compare Source

  • Fix address number output issue in ko_KR address provider. Thanks @​semi-yu.

v33.1.0

Compare Source

v33.0.0

Compare Source

  • Revert "Make pytest fixture session-scoped".

v32.1.0

Compare Source

v32.0.0

Compare Source

v31.0.0

Compare Source

  • Remove Collection[str] type from ElementTypes. Thanks @​tvuotila.

v30.10.0

Compare Source

  • Add jobs for locale de_AT; added methods job_female and job_male. Thanks @​ChristinaRau.

v30.9.0

Compare Source

v30.8.2

Compare Source

  • Revert "Add decorator to optionally format dates as string.".

v30.8.1

Compare Source

  • Fix month_in_guj.

v30.8.0

Compare Source

v30.7.0

Compare Source

v30.6.0

Compare Source

v30.5.0

Compare Source

  • Add Providers for ka_GE locale. Thanks @​onesch.

v30.4.0

Compare Source

  • Add separate male/female names along with prefix/suffix for hi_IN locale. Thanks @​wh0th3h3llam1.

v30.3.0

Compare Source

v30.2.0

Compare Source

  • Cache Factory._find_provider_class module look-ups. Thanks @​huonw.

v30.1.0

Compare Source

  • Add PIN Code range and union territories in en_IN address provider. Thanks @​wh0th3h3llam1.

v30.0.0

Compare Source

  • Force the slug always be generated with ASCII characters. Thanks @​Pandede.

v29.0.0

Compare Source

  • Fix pydecimal distribution when called with a range across 0. Thanks @​AlexLitvino.
fastapi/fastapi (fastapi)

v0.115.7

Compare Source

Upgrades
Refactors
Docs
Translations
Internal

Configuration

📅 Schedule: Branch creation - "before 7am on monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

changeset-bot bot commented Sep 23, 2024

⚠️ No Changeset found

Latest commit: c2b7fc1

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/python-dependencies branch 10 times, most recently from 8195e13 to 773aa75 Compare September 29, 2024 18:47
@renovate renovate bot force-pushed the renovate/python-dependencies branch 5 times, most recently from 940e67b to d094ab8 Compare October 7, 2024 16:42
@renovate renovate bot force-pushed the renovate/python-dependencies branch 6 times, most recently from d13e6f0 to 67850a6 Compare October 14, 2024 11:26
@renovate renovate bot force-pushed the renovate/python-dependencies branch 7 times, most recently from b2d28d3 to 9501533 Compare October 23, 2024 01:19
@renovate renovate bot force-pushed the renovate/python-dependencies branch 5 times, most recently from 8ca1aa7 to 5cb7849 Compare December 16, 2024 12:27
@renovate renovate bot force-pushed the renovate/python-dependencies branch 5 times, most recently from aa6e7db to 69b34aa Compare December 23, 2024 18:32
@renovate renovate bot force-pushed the renovate/python-dependencies branch 3 times, most recently from 8f276c2 to 4feac30 Compare January 4, 2025 14:25
@renovate renovate bot force-pushed the renovate/python-dependencies branch 5 times, most recently from fb0fa66 to 4fcb090 Compare January 14, 2025 17:29
@renovate renovate bot force-pushed the renovate/python-dependencies branch 10 times, most recently from 71ac2f8 to 51641a9 Compare January 23, 2025 16:49
| datasource | package                       | from         | to           |
| ---------- | ----------------------------- | ------------ | ------------ |
| pypi       | alembic                       | 1.13.2       | 1.14.1       |
| pypi       | black                         | 24.8.0       | 24.10.0      |
| pypi       | build                         | 1.2.2        | 1.2.2.post1  |
| pypi       | click                         | 8.1.7        | 8.1.8        |
| pypi       | django-cors-headers           | 4.4.0        | 4.6.0        |
| pypi       | djangorestframework-simplejwt | 5.3.1        | 5.4.0        |
| pypi       | faker                         | 28.4.1       | 35.0.0       |
| pypi       | fastapi                       | 0.114.2      | 0.115.7      |
| pypi       | httpx                         | 0.24.1       | 0.28.1       |
| pypi       | importlib-metadata            | 7.2.1        | 8.6.1        |
| pypi       | mkdocs-material               | 9.5.34       | 9.5.50       |
| pypi       | mypy                          | 1.10.0       | 1.14.1       |
| pypi       | pandas                        | 2.2.2        | 2.2.3        |
| pypi       | pandas-stubs                  | 2.2.2.240603 | 2.2.3.241126 |
| pypi       | polyfactory                   | 2.16.2       | 2.18.1       |
| pypi       | psycopg2-binary               | 2.9.9        | 2.9.10       |
| pypi       | pymdown-extensions            | 10.9         | 10.14.1      |
| pypi       | pytest                        | 8.3.3        | 8.3.4        |
| pypi       | pytest                        | 7.4.4        | 8.3.4        |
| pypi       | pytest-cov                    | 5.0.0        | 6.0.0        |
| pypi       | pytest-httpx                  | 0.24.0       | 0.35.0       |
| pypi       | ruff                          | 0.6.5        | 0.9.3        |
| pypi       | sentry-sdk                    | 2.14.0       | 2.20.0       |
| pypi       | sqlmodel                      | 0.0.19       | 0.0.22       |
| pypi       | twine                         | 5.1.1        | 6.1.0        |
| pypi       | urllib3                       | 2.2.3        | 2.3.0        |
| pypi       | uvicorn                       | 0.30.6       | 0.34.0       |
| pypi       | whitenoise                    | 6.7.0        | 6.8.2        |
| pypi       | xmltodict                     | 0.13.0       | 0.14.2       |
@renovate renovate bot force-pushed the renovate/python-dependencies branch from 51641a9 to c2b7fc1 Compare January 23, 2025 23:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants