Skip to content

⬆️(project) upgrade python dependencies #282

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

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 (changelog) ==1.13.2 -> ==1.16.1 age adoption passing confidence
black (changelog) ==24.8.0 -> ==25.1.0 age adoption passing confidence
build (changelog) ==1.2.2 -> ==1.2.2.post1 age adoption passing confidence
click (changelog) ==8.1.7 -> ==8.2.1 age adoption passing confidence
django-cors-headers (changelog) ==4.4.0 -> ==4.7.0 age adoption passing confidence
djangorestframework_simplejwt ==5.3.1 -> ==5.5.0 age adoption passing confidence
factory-boy ==3.3.1 -> ==3.3.3 age adoption passing confidence
faker (changelog) ==28.4.1 -> ==37.4.0 age adoption passing confidence
fastapi (changelog) ==0.114.2 -> ==0.115.12 age adoption passing confidence
freezegun (changelog) ==1.5.1 -> ==1.5.2 age adoption passing confidence
httpx (changelog) ==0.24.1 -> ==0.28.1 age adoption passing confidence
importlib-metadata ==7.2.1 -> ==8.7.0 age adoption passing confidence
mkdocs-material (changelog) ==9.5.34 -> ==9.6.14 age adoption passing confidence
mypy (changelog) ==1.10.0 -> ==1.16.0 age adoption passing confidence
neoteroi-mkdocs ==1.1.0 -> ==1.1.2 age adoption passing confidence
pandas (source) ==2.2.2 -> ==2.3.0 age adoption passing confidence
pandas-stubs (source) ==2.2.2.240603 -> ==2.2.3.250527 age adoption passing confidence
polyfactory (changelog) ==2.16.2 -> ==2.21.0 age adoption passing confidence
psycopg2-binary (source, changelog) ==2.9.9 -> ==2.9.10 age adoption passing confidence
pymdown-extensions ==10.9 -> ==10.15 age adoption passing confidence
pytest (changelog) ==8.3.3 -> ==8.4.0 age adoption passing confidence
pytest (changelog) ==7.4.4 -> ==8.4.0 age adoption passing confidence
pytest-cov (changelog) ==5.0.0 -> ==6.2.1 age adoption passing confidence
pytest-django (changelog) ==4.9.0 -> ==4.11.1 age adoption passing confidence
pytest-httpx (changelog) ==0.24.0 -> ==0.35.0 age adoption passing confidence
python-jose (changelog) ==3.3.0 -> ==3.5.0 age adoption passing confidence
ruff (source, changelog) ==0.6.5 -> ==0.11.13 age adoption passing confidence
sentry-sdk (changelog) ==2.14.0 -> ==2.30.0 age adoption passing confidence
sqlmodel (changelog) ==0.0.19 -> ==0.0.24 age adoption passing confidence
twine ==5.1.1 -> ==6.1.0 age adoption passing confidence
types-python-jose (changelog) ==3.3.4.20240106 -> ==3.5.0.20250531 age adoption passing confidence
urllib3 (changelog) ==2.2.3 -> ==2.4.0 age adoption passing confidence
uvicorn (changelog) ==0.30.6 -> ==0.34.3 age adoption passing confidence
whitenoise (changelog) ==6.7.0 -> ==6.9.0 age adoption passing confidence
xmltodict ==0.13.0 -> ==0.14.2 age adoption passing confidence

Release Notes

psf/black (black)

v25.1.0

Compare Source

Highlights

This release introduces the new 2025 stable style (#​4558), stabilizing the following
changes:

  • Normalize casing of Unicode escape characters in strings to lowercase (#​2916)
  • Fix inconsistencies in whether certain strings are detected as docstrings (#​4095)
  • Consistently add trailing commas to typed function parameters (#​4164)
  • Remove redundant parentheses in if guards for case blocks (#​4214)
  • Add parentheses to if clauses in case blocks when the line is too long (#​4269)
  • Whitespace before # fmt: skip comments is no longer normalized (#​4146)
  • Fix line length computation for certain expressions that involve the power operator
    (#​4154)
  • Check if there is a newline before the terminating quotes of a docstring (#​4185)
  • Fix type annotation spacing between * and more complex type variable tuple (#​4440)

The following changes were not in any previous release:

  • Remove parentheses around sole list items (#​4312)
  • Generic function definitions are now formatted more elegantly: parameters are split
    over multiple lines first instead of type parameter definitions (#​4553)
Stable style
  • Fix formatting cells in IPython notebooks with magic methods and starting or trailing
    empty lines (#​4484)
  • Fix crash when formatting with statements containing tuple generators/unpacking
    (#​4538)
Preview style
  • Fix/remove string merging changing f-string quotes on f-strings with internal quotes
    (#​4498)
  • Collapse multiple empty lines after an import into one (#​4489)
  • Prevent string_processing and wrap_long_dict_values_in_parens from removing
    parentheses around long dictionary values (#​4377)
  • Move wrap_long_dict_values_in_parens from the unstable to preview style (#​4561)
Packaging
  • Store license identifier inside the License-Expression metadata field, see
    PEP 639. (#​4479)
Performance
  • Speed up the is_fstring_start function in Black's tokenizer (#​4541)
Integrations
  • If using stdin with --stdin-filename set to a force excluded path, stdin won't be
    formatted. (#​4539)

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

Compare Source

Released 2025-05-20

  • Fix flag value handling for flag options with a provided type. :issue:2894
    :issue:2897 :pr:2930
  • Fix shell completion for nested groups. :issue:2906 :pr:2907
  • Flush sys.stderr at the end of CliRunner.invoke. :issue:2682
  • Fix EOF handling for stdin input in CliRunner. :issue:2787

v8.2.0

Compare Source

Released 2025-05-10

  • Drop support for Python 3.7, 3.8, and 3.9. :pr:2588 :pr:2893

  • Use modern packaging metadata with pyproject.toml instead of setup.cfg.
    :pr:2438

  • Use flit_core instead of setuptools as build backend. :pr:2543

  • Deprecate the __version__ attribute. Use feature detection, or
    importlib.metadata.version("click"), instead. :issue:2598

  • BaseCommand is deprecated. Command is the base class for all
    commands. :issue:2589

  • MultiCommand is deprecated. Group is the base class for all group
    commands. :issue:2590

  • The current parser and related classes and methods, are deprecated.
    :issue:2205

    • OptionParser and the parser module, which is a modified copy of
      optparse in the standard library.
    • Context.protected_args is unneeded. Context.args contains any
      remaining arguments while parsing.
    • Parameter.add_to_parser (on both Argument and Option) is
      unneeded. Parsing works directly without building a separate parser.
    • split_arg_string is moved from parser to shell_completion.
  • Enable deferred evaluation of annotations with
    from __future__ import annotations. :pr:2270

  • When generating a command's name from a decorated function's name, the
    suffixes _command, _cmd, _group, and _grp are removed.
    :issue:2322

  • Show the types.ParamType.name for types.Choice options within
    --help message if show_choices=False is specified.
    :issue:2356

  • Do not display default values in prompts when Option.show_default is
    False. :pr:2509

  • Add get_help_extra method on Option to fetch the generated extra
    items used in get_help_record to render help text. :issue:2516
    :pr:2517

  • Keep stdout and stderr streams independent in CliRunner. Always
    collect stderr output and never raise an exception. Add a new
    output stream to simulate what the user sees in its terminal. Removes
    the mix_stderr parameter in CliRunner. :issue:2522 :pr:2523

  • Option.show_envvar now also shows environment variable in error messages.
    :issue:2695 :pr:2696

  • Context.close will be called on exit. This results in all
    Context.call_on_close callbacks and context managers added via
    Context.with_resource to be closed on exit as well. :pr:2680

  • Add ProgressBar(hidden: bool) to allow hiding the progressbar. :issue:2609

  • A UserWarning will be shown when multiple parameters attempt to use the
    same name. :issue:2396

  • When using Option.envvar with Option.flag_value, the flag_value
    will always be used instead of the value of the environment variable.
    :issue:2746 :pr:2788

  • Add Choice.get_invalid_choice_message method for customizing the
    invalid choice message. :issue:2621 :pr:2622

  • If help is shown because no_args_is_help is enabled (defaults to True
    for groups, False for commands), the exit code is 2 instead of 0.
    :issue:1489 :pr:1489

  • Contexts created during shell completion are closed properly, fixing
    a ResourceWarning when using click.File. :issue:2644 :pr:2800
    :pr:2767

  • click.edit(filename) now supports passing an iterable of filenames in
    case the editor supports editing multiple files at once. Its return type
    is now also typed: AnyStr if text is passed, otherwise None.
    :issue:2067 :pr:2068

  • Specialized typing of progressbar(length=...) as ProgressBar[int].
    :pr:2630

  • Improve echo_via_pager behaviour in face of errors.
    :issue:2674

    • Terminate the pager in case a generator passed to echo_via_pager
      raises an exception.
    • Ensure to always close the pipe to the pager process and wait for it
      to terminate.
    • echo_via_pager will not ignore KeyboardInterrupt anymore. This
      allows the user to search for future output of the generator when
      using less and then aborting the program using ctrl-c.
  • deprecated: bool | str can now be used on options and arguments. This
    previously was only available for Command. The message can now also be
    customised by using a str instead of a bool. :issue:2263 :pr:2271

    • Command.deprecated formatting in --help changed from
      (Deprecated) help to help (DEPRECATED).
    • Parameters cannot be required nor prompted or an error is raised.
    • A warning will be printed when something deprecated is used.
  • Add a catch_exceptions parameter to CliRunner. If
    catch_exceptions is not passed to CliRunner.invoke, the value
    from CliRunner is used. :issue:2817 :pr:2818

  • Option.flag_value will no longer have a default value set based on
    Option.default if Option.is_flag is False. This results in
    Option.default not needing to implement __bool__. :pr:2829

  • Incorrect click.edit typing has been corrected. :pr:2804

  • Choice is now generic and supports any iterable value.
    This allows you to use enums and other non-str values. :pr:2796
    :issue:605

  • Fix setup of help option's defaults when using a custom class on its
    decorator. Removes HelpOption. :issue:2832 :pr:2840

v8.1.8

Compare Source

Released 2024-12-19

  • 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.
  • More robust bash version check, fixing problem on Windows with git-bash.
    :issue:2638
  • Cache the help option generated by the help_option_names setting to
    respect its eagerness. :pr:2811
  • Replace uses of os.system with subprocess.Popen. :issue:1476
  • Exceptions generated during a command will use the context's color
    setting when being displayed. :issue:2193
  • Error message when defining option with invalid name is more descriptive.
    :issue:2452
  • Refactor code generating default --help option to deduplicate code.
    :pr:2563
  • Test CLIRunner resets patched _compat.should_strip_ansi.
    :issue:2732
adamchainz/django-cors-headers (django-cors-headers)

v4.7.0

Compare Source

  • Support Django 5.2.

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

Compare Source

v5.4.0

Compare Source

FactoryBoy/factory_boy (factory-boy)

v3.3.3

Compare Source

v3.3.2

Compare Source

joke2k/faker (faker)

v37.4.0

Compare Source

v37.3.0

Compare Source

v37.2.1

Compare Source

  • Remove duplicate cities in de_DE address provider. Thanks @​KarelZe.

v37.2.0

Compare Source

v37.1.1

Compare Source

  • Fix type annotations for Python 3.14. Thanks @​mgorny.

v37.1.0

Compare Source

v37.0.2

Compare Source

  • Fix type annotiation

v37.0.1

Compare Source

v37.0.0

Compare Source

  • Fix: es_ES doi() to use standard DOI format. Thanks @​jasur-py.

v36.2.3

Compare Source

v36.2.2

Compare Source

v36.2.1

Compare Source

v36.2.0

Compare Source

  • Add snils to ru_RU company provider. Thanks @​Pandede.

v36.1.1

Compare Source

v36.1.0

Compare Source

  • Drop python-dateutil dependency. Thanks @​knyghty.
  • Add dependency on tzdata.

v36.0.0

Compare Source

v35.2.2

Compare Source

  • Revert accidental deprecation of Python 3.8.

v35.2.1

Compare Source

  • Remove invalid word from ja_JP lorem provider. Thanks @​kymckay
  • Fix typing for tar provider.

v35.2.0

Compare Source

v35.1.0

Compare Source

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

  • Add person provider for gu_IN loc

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: 78a570e

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 90903b8 to 13b65f3 Compare April 28, 2025 02:43
@renovate renovate bot force-pushed the renovate/python-dependencies branch from 13b65f3 to 01af279 Compare May 1, 2025 15:31
@renovate renovate bot force-pushed the renovate/python-dependencies branch 7 times, most recently from 57d207d to 7820c2d Compare May 16, 2025 07:15
@renovate renovate bot force-pushed the renovate/python-dependencies branch 6 times, most recently from cebdeaa to bcce070 Compare May 24, 2025 15:06
@renovate renovate bot force-pushed the renovate/python-dependencies branch 6 times, most recently from 54c10f2 to d5b510e Compare June 2, 2025 18:24
@renovate renovate bot force-pushed the renovate/python-dependencies branch 3 times, most recently from 65cccc2 to 7689c09 Compare June 11, 2025 23:38
| datasource | package                       | from           | to             |
| ---------- | ----------------------------- | -------------- | -------------- |
| pypi       | alembic                       | 1.13.2         | 1.16.1         |
| pypi       | black                         | 24.8.0         | 25.1.0         |
| pypi       | build                         | 1.2.2          | 1.2.2.post1    |
| pypi       | click                         | 8.1.7          | 8.2.1          |
| pypi       | django-cors-headers           | 4.4.0          | 4.7.0          |
| pypi       | djangorestframework-simplejwt | 5.3.1          | 5.5.0          |
| pypi       | factory-boy                   | 3.3.1          | 3.3.3          |
| pypi       | faker                         | 28.4.1         | 37.4.0         |
| pypi       | fastapi                       | 0.114.2        | 0.115.12       |
| pypi       | freezegun                     | 1.5.1          | 1.5.2          |
| pypi       | httpx                         | 0.24.1         | 0.28.1         |
| pypi       | importlib-metadata            | 7.2.1          | 8.7.0          |
| pypi       | mkdocs-material               | 9.5.34         | 9.6.14         |
| pypi       | mypy                          | 1.10.0         | 1.16.0         |
| pypi       | neoteroi-mkdocs               | 1.1.0          | 1.1.2          |
| pypi       | pandas                        | 2.2.2          | 2.3.0          |
| pypi       | pandas-stubs                  | 2.2.2.240603   | 2.2.3.250527   |
| pypi       | polyfactory                   | 2.16.2         | 2.21.0         |
| pypi       | psycopg2-binary               | 2.9.9          | 2.9.10         |
| pypi       | pymdown-extensions            | 10.9           | 10.15          |
| pypi       | pytest                        | 8.3.3          | 8.4.0          |
| pypi       | pytest                        | 7.4.4          | 8.4.0          |
| pypi       | pytest-cov                    | 5.0.0          | 6.2.1          |
| pypi       | pytest-django                 | 4.9.0          | 4.11.1         |
| pypi       | pytest-httpx                  | 0.24.0         | 0.35.0         |
| pypi       | python-jose                   | 3.3.0          | 3.5.0          |
| pypi       | ruff                          | 0.6.5          | 0.11.13        |
| pypi       | sentry-sdk                    | 2.14.0         | 2.30.0         |
| pypi       | sqlmodel                      | 0.0.19         | 0.0.24         |
| pypi       | twine                         | 5.1.1          | 6.1.0          |
| pypi       | types-python-jose             | 3.3.4.20240106 | 3.5.0.20250531 |
| pypi       | urllib3                       | 2.2.3          | 2.4.0          |
| pypi       | uvicorn                       | 0.30.6         | 0.34.3         |
| pypi       | whitenoise                    | 6.7.0          | 6.9.0          |
| pypi       | xmltodict                     | 0.13.0         | 0.14.2         |
@renovate renovate bot force-pushed the renovate/python-dependencies branch from 7689c09 to 78a570e Compare June 12, 2025 11:58
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