Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 23, 2024

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
alembic (changelog) ==1.13.2 -> ==1.17.2 age confidence
arrow ==1.3.0 -> ==1.4.0 age confidence
black (changelog) ==24.8.0 -> ==25.12.0 age confidence
build (changelog) ==1.2.2 -> ==1.3.0 age confidence
click (changelog) ==8.1.7 -> ==8.3.1 age confidence
django-cors-headers (changelog) ==4.4.0 -> ==4.9.0 age confidence
djangorestframework_simplejwt ==5.3.1 -> ==5.5.1 age confidence
factory-boy ==3.3.1 -> ==3.3.3 age confidence
faker (changelog) ==28.4.1 -> ==39.0.0 age confidence
fastapi (changelog) ==0.114.2 -> ==0.128.0 age confidence
freezegun (changelog) ==1.5.1 -> ==1.5.5 age confidence
httpx (changelog) ==0.24.1 -> ==0.28.1 age confidence
importlib-metadata ==7.2.1 -> ==8.7.1 age confidence
mkdocs-material (changelog) ==9.5.34 -> ==9.7.1 age confidence
mypy (changelog) ==1.10.0 -> ==1.19.1 age confidence
neoteroi-mkdocs ==1.1.0 -> ==1.2.0 age confidence
oauthlib ==3.2.2 -> ==3.3.1 age confidence
pandas ==2.2.2 -> ==2.3.3 age confidence
pandas-stubs ==2.2.2.240603 -> ==2.3.3.251219 age confidence
polyfactory (changelog) ==2.16.2 -> ==3.2.0 age confidence
psycopg2-binary (source, changelog) ==2.9.9 -> ==2.9.11 age confidence
pymdown-extensions ==10.9 -> ==10.19.1 age confidence
pytest (changelog) ==8.3.3 -> ==9.0.2 age confidence
pytest (changelog) ==7.4.4 -> ==9.0.2 age confidence
pytest-cov (changelog) ==5.0.0 -> ==7.0.0 age confidence
pytest-django (changelog) ==4.9.0 -> ==4.11.1 age confidence
pytest-httpx (changelog) ==0.24.0 -> ==0.36.0 age confidence
python-jose (changelog) ==3.3.0 -> ==3.5.0 age confidence
ruff (source, changelog) ==0.6.5 -> ==0.14.10 age confidence
sentry-sdk (changelog) ==2.14.0 -> ==2.48.0 age confidence
sqlmodel (changelog) ==0.0.19 -> ==0.0.31 age confidence
twine ==5.1.1 -> ==6.2.0 age confidence
types-python-jose (changelog) ==3.3.4.20240106 -> ==3.5.0.20250531 age confidence
urllib3 (changelog) ==2.2.3 -> ==2.6.2 age confidence
uvicorn (changelog) ==0.30.6 -> ==0.40.0 age confidence
whitenoise (changelog) ==6.7.0 -> ==6.11.0 age confidence
xmltodict ==0.13.0 -> ==1.0.2 age confidence

Release Notes

arrow-py/arrow (arrow)

v1.4.0

Compare Source

  • [ADDED] Added week_start parameter to floor() and ceil() methods. PR #&#8203;1222 <https://github.com/arrow-py/arrow/pull/1222>_
  • [ADDED] Added FORMAT_RFC3339_STRICT with a T separator. PR #&#8203;1201 <https://github.com/arrow-py/arrow/pull/1201>_
  • [ADDED] Added Macedonian in Latin locale support. PR #&#8203;1200 <https://github.com/arrow-py/arrow/pull/1200>_
  • [ADDED] Added Persian/Farsi locale support. PR #&#8203;1190 <https://github.com/arrow-py/arrow/pull/1190>_
  • [ADDED] Added week and weeks to Thai locale timeframes. PR #&#8203;1218 <https://github.com/arrow-py/arrow/pull/1218>_
  • [ADDED] Added weeks to Catalan locale. PR #&#8203;1189 <https://github.com/arrow-py/arrow/pull/1189>_
  • [ADDED] Added Persian names of months, month-abbreviations and day-abbreviations in Gregorian calendar. PR #&#8203;1172 <https://github.com/arrow-py/arrow/pull/1172>_
  • [CHANGED] Migrated Arrow to use ZoneInfo for timezones instead of pytz. PR #&#8203;1217 <https://github.com/arrow-py/arrow/pull/1217>_
  • [FIXED] Fixed humanize month limits. PR #&#8203;1224 <https://github.com/arrow-py/arrow/pull/1224>_
  • [FIXED] Fixed type hint of Arrow.__getattr__. PR #&#8203;1171 <https://github.com/arrow-py/arrow/pull/1171>_
  • [FIXED] Fixed spelling and removed poorly used expressions in Korean locale. PR #&#8203;1181 <https://github.com/arrow-py/arrow/pull/1181>_
  • [FIXED] Updated shift() method for issue #​1145. PR #&#8203;1194 <https://github.com/arrow-py/arrow/pull/1194>_
  • [FIXED] Improved Greek locale translations (seconds, days, "ago", and month typo). PR #&#8203;1184 <https://github.com/arrow-py/arrow/pull/1184>, PR #&#8203;1186 <https://github.com/arrow-py/arrow/pull/1186>
  • [FIXED] Addressed datetime.utcnow deprecation warning. PR #&#8203;1182 <https://github.com/arrow-py/arrow/pull/1182>_
  • [INTERNAL] Added codecov test results. PR #&#8203;1223 <https://github.com/arrow-py/arrow/pull/1223>_
  • [INTERNAL] Updated CI dependencies (actions/setup-python, actions/checkout, codecov/codecov-action, actions/cache).
  • [INTERNAL] Added docstrings to parser.py. PR #&#8203;1010 <https://github.com/arrow-py/arrow/pull/1010>_
  • [INTERNAL] Updated Python versions support and bumped CI dependencies. PR #&#8203;1177 <https://github.com/arrow-py/arrow/pull/1177>_
  • [INTERNAL] Added dependabot for GitHub actions. PR #&#8203;1193 <https://github.com/arrow-py/arrow/pull/1193>_
  • [INTERNAL] Moved dateutil types to test requirements. PR #&#8203;1183 <https://github.com/arrow-py/arrow/pull/1183>_
  • [INTERNAL] Added documentation link for arrow.format. PR #&#8203;1180 <https://github.com/arrow-py/arrow/pull/1180>_
psf/black (black)

v25.12.0

Compare Source

Highlights
  • Black no longer supports running with Python 3.9 (#​4842)
Stable style
  • Fix bug where comments preceding # fmt: off/# fmt: on blocks were incorrectly
    removed, particularly affecting Jupytext's # %% [markdown] comments (#​4845)
  • Fix crash when multiple # fmt: skip comments are used in a multi-part if-clause, on
    string literals, or on dictionary entries with long lines (#​4872)
  • Fix possible crash when fmt: directives aren't on the top level (#​4856)
Preview style
  • Fix fmt: skip skipping the line after instead of the line it's on (#​4855)
  • Remove unnecessary parentheses from the left-hand side of assignments while preserving
    magic trailing commas and intentional multiline formatting (#​4865)
  • Fix fix_fmt_skip_in_one_liners crashing on with statements (#​4853)
  • Fix fix_fmt_skip_in_one_liners crashing on annotated parameters (#​4854)
  • Fix new lines being added after imports with # fmt: skip on them (#​4894)
Packaging
  • Releases now include arm64 Windows binaries and wheels (#​4814)
Integrations
  • Add output-file input to GitHub Action psf/black to write formatter output to a
    file for artifact capture and log cleanliness (#​4824)

v25.11.0

Compare Source

Highlights
  • Enable base 3.14 support (#​4804)
  • Add support for the new Python 3.14 t-string syntax introduced by PEP 750 (#​4805)
Stable style
  • Fix bug where comments between # fmt: off and # fmt: on were reformatted (#​4811)
  • Comments containing fmt directives now preserve their exact formatting instead of
    being normalized (#​4811)
Preview style
  • Move multiline_string_handling from --unstable to --preview (#​4760)
  • Fix bug where module docstrings would be treated as normal strings if preceded by
    comments (#​4764)
  • Fix bug where python 3.12 generics syntax split line happens weirdly (#​4777)
  • Standardize type comments to form # type: <value> (#​4645)
  • Fix fix_fmt_skip_in_one_liners preview feature to respect # fmt: skip for compound
    statements with semicolon-separated bodies (#​4800)
Configuration
  • Add no_cache option to control caching behavior. (#​4803)
Packaging
  • Releases now include arm64 Linux binaries (#​4773)
Output
  • Write unchanged content to stdout when excluding formatting from stdin using pipes
    (#​4610)
Blackd
  • Implemented BlackDClient. This simple python client allows to easily send formatting
    requests to blackd (#​4774)
Integrations
  • Enable 3.14 base CI (#​4804)
  • Enhance GitHub Action psf/black to support the required-version major-version-only
    "stability" format when using pyproject.toml (#​4770)
  • Improve error message for vim plugin users. It now handles independently vim version
  • Vim: Warn on unsupported Vim and Python versions independently (#​4772)
  • Vim: Print the import paths when importing black fails (#​4675)
  • Vim: Fix handling of virtualenvs that have a different Python version (#​4675)

v25.9.0

Compare Source

Highlights
  • Remove support for pre-python 3.7 await/async as soft keywords/variable names
    (#​4676)
Stable style
  • Fix crash while formatting a long del statement containing tuples (#​4628)
  • Fix crash while formatting expressions using the walrus operator in complex with
    statements (#​4630)
  • Handle # fmt: skip followed by a comment at the end of file (#​4635)
  • Fix crash when a tuple appears in the as clause of a with statement (#​4634)
  • Fix crash when tuple is used as a context manager inside a with statement (#​4646)
  • Fix crash when formatting a \ followed by a \r followed by a comment (#​4663)
  • Fix crash on a \\r\n (#​4673)
  • Fix crash on await ... (where ... is a literal Ellipsis) (#​4676)
  • Fix crash on parenthesized expression inside a type parameter bound (#​4684)
  • Fix crash when using line ranges excluding indented single line decorated items
    (#​4670)
Preview style
  • Fix a bug where one-liner functions/conditionals marked with # fmt: skip would still
    be formatted (#​4552)
  • Improve multiline_string_handling with ternaries and dictionaries (#​4657)
  • Fix a bug where string_processing would not split f-strings directly after
    expressions (#​4680)
  • Wrap the in clause of comprehensions across lines if necessary (#​4699)
  • Remove parentheses around multiple exception types in except and except* without
    as. (#​4720)
  • Add \r style newlines to the potential newlines to normalize file newlines both from
    and to (#​4710)
Parser
  • Rewrite tokenizer to improve performance and compliance (#​4536)
  • Fix bug where certain unusual expressions (e.g., lambdas) were not accepted in type
    parameter bounds and defaults. (#​4602)
Performance
  • Avoid using an extra process when running with only one worker (#​4734)
Integrations
  • Fix the version check in the vim file to reject Python 3.8 (#​4567)
  • Enhance GitHub Action psf/black to read Black version from an additional section in
    pyproject.toml: [project.dependency-groups] (#​4606)
  • Build gallery docker image with python3-slim and reduce image size (#​4686)
Documentation
  • Add FAQ entry for windows emoji not displaying (#​4714)

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

Compare Source

==================

  • Add --config-json
    (PR :pr:916, fixes issue :issue:900)
  • Drop Python 3.8
    (PR :pr:891)
  • Test on Python 3.14, colorful help on 3.14+
    (PR :pr:895)
  • Fix ModuleNotFoundError when pip is not installed
    (PR :pr:898)
  • Disable use of pip install --python for debundled pip
    (PR :pr:861)
  • Don't pass no-wheel to virtualenv if it would warn
    (PR :pr:892)
  • Optimize our tests to run faster
    (PR :pr:871, :pr:872, :pr:738)
  • Allow running our tests without virtualenv
    (PR :pr:911)
  • Fix issues in our tests
    (PR :pr:824, :pr:918, :pr:870, :pr:915, :pr:862, :pr:863, :pr:899, :pr:896, :pr:854)
  • Use SPDX identifiers for our license metadata
    (PR :pr:914)
  • Use dependency-groups for our development
    (PR :pr:880)
  • Mention conda and update uv mention in README/docs
    (PR :pr:842, :pr:816, :pr:917)

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

Compare Source

Released 2025-11-15

  • Don't discard pager arguments by correctly using subprocess.Popen. :issue:3039
    :pr:3055
  • Replace Sentinel.UNSET default values by None as they're passed through
    the Context.invoke() method. :issue:3066 :issue:3065 :pr:3068
  • Fix conversion of Sentinel.UNSET happening too early, which caused incorrect
    behavior for multiple parameters using the same name. :issue:3071 :pr:3079
  • Hide Sentinel.UNSET values as None when looking up for other parameters
    through the context inside parameter callbacks. :issue:3136 :pr:3137
  • Fix rendering when prompt and confirm parameter prompt_suffix is
    empty. :issue:3019 :pr:3021
  • When Sentinel.UNSET is found during parsing, it will skip calls to
    type_cast_value. :issue:3069 :pr:3090

v8.3.0

Compare Source

Released 2025-09-17

  • Improved flag option handling: Reworked the relationship between flag_value
    and default parameters for better consistency:

    • The default parameter value is now preserved as-is and passed directly
      to CLI functions (no more unexpected transformations)
    • Exception: flag options with default=True maintain backward compatibility
      by defaulting to their flag_value
    • The default parameter can now be any type (bool, None, etc.)
    • Fixes inconsistencies reported in: :issue:1992 :issue:2514 :issue:2610
      :issue:3024 :pr:3030
  • Allow default to be set on Argument for nargs = -1. :issue:2164
    :pr:3030

  • Show correct auto complete value for nargs option in combination with flag
    option :issue:2813

  • Fix handling of quoted and escaped parameters in Fish autocompletion. :issue:2995 :pr:3013

  • Lazily import shutil. :pr:3023

  • Properly forward exception information to resources registered with
    click.core.Context.with_resource(). :issue:2447 :pr:3058

  • Fix regression related to EOF handling in CliRunner. :issue:2939 :pr:2940

v8.2.2

Compare Source

Released 2025-07-31

  • Fix reconciliation of default, flag_value and type parameters for
    flag options, as well as parsing and normalization of environment variables.
    :issue:2952 :pr:2956
  • Fix typing issue in BadParameter and MissingParameter exceptions for the
    parameter param_hint that did not allow for a sequence of string where the
    underlying function _join_param_hints allows for it. :issue:2777 :pr:2990
  • Use the value of Enum choices to render their default value in help
    screen. Refs :issue:2911 :pr:3004
  • Fix completion for the Z shell (zsh) for completion items containing
    colons. :issue:2703 :pr:2846
  • Don't include envvar in error hint when not configured. :issue:2971 :pr:2972
  • Fix a rare race in click.testing.StreamMixer's finalization that manifested
    as a ValueError on close in a multi-threaded test session.
    :issue:2993 :pr:2991

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

Compare Source

  • Support Django 6.0.

v4.8.0

Compare Source

  • Support Python 3.14.

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

Compare Source

Missing Migration for rest_framework_simplejwt.token_blacklist app. A previously missing migration (0013_blacklist) has now been added. This issue arose because the migration file was mistakenly not generated earlier. This migration was never part of an official release, but users following the latest master branch may have encountered it.

Notes for Users
If you previously ran makemigrations in production and have a 0013_blacklist migration in your django_migrations table, follow these steps before upgrading:

  1. Roll back to the last known migration:
python manage.py migrate rest_framework_simplejwt.token_blacklist 0012
  1. Upgrade djangorestframework-simplejwt to the latest version.
  2. Apply the migrations correctly:
python manage.py migrate

Important: If other migrations depend on 0013_blacklist, be cautious when removing it. You may need to adjust or regenerate dependent migrations to ensure database integrity.

v5.5.0

Compare Source

v5.4.0

Compare Source

  • Changed string formatting in views by @​Egor-oop in #​750
  • Enhance BlacklistMixin with Generic Type for Accurate Type Inference by @​Dresdn in #​768
  • Improve type of Token.for_user to allow subclasses by @​sterliakov in #​776
  • Fix the Null value of the OutstandingToken of the BlacklistMixin.blacklist by @​JaeHyuckSa in #​806
  • Fix: Disable refresh token for inactive user. by @​ajay09 in #​814
  • Add option to allow inactive user authentication and token generation by @​zxkeyy in #​834
  • Drop Django <4.2, DRF <3.14, Python <3.9 by @​Andrew-Chen-Wang in #​839
    • Note, many deprecated versions are only officially not supported but probably still work fine.
  • Add support for EdDSA and other algorithms in jwt.algorithms.requires_cryptography (#​822) #​823
FactoryBoy/factory_boy (factory-boy)

v3.3.3

Compare Source

v3.3.2

Compare Source

joke2k/faker (faker)

v39.0.0

Compare Source

v38.3.0

Compare Source

v38.2.0

Compare Source

v38.1.0

Compare Source

v38.0.0

Compare Source

  • Drop support for Python 3.9
  • Add support for Python 3.14

v37.12.0

Compare Source

v37.11.0

Compare Source

v37.9.0

Compare Source

  • Add names generation to en_KE locale. Thanks @​titustum.

v37.8.0

Compare Source

v37.7.0

Compare Source

v37.6.0

Compare Source

  • Add Automotive providers for ko_KR locale. Thanks @​ydj515.

v37.5.3

Compare Source

  • Allow Decimal type for min_value and max_value in pydecimal. Thanks @​sshishov.

v37.5.2

Compare Source

  • Fix Turkish Republic National Number (TCKN) provider. Thanks @​fleizean.

v37.5.1

Compare Source

  • Fix unnatural Korean company names in ko_KR locale. Thanks @​r-4bb1t.

v37.5.0

Compare Source

  • Add Spanish lorem provider for es_ES, es_AR and es_MX. Thanks @​Pandede.

v37.4.3

Compare Source

  • Fix male names in `sv_SE

@changeset-bot
Copy link

changeset-bot bot commented Sep 23, 2024

⚠️ No Changeset found

Latest commit: 4452326

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 10 times, most recently from 2ab8976 to f4c31d0 Compare December 11, 2025 17:15
@renovate renovate bot force-pushed the renovate/python-dependencies branch 8 times, most recently from 59da98d to 891fc75 Compare December 18, 2025 15:11
@renovate renovate bot force-pushed the renovate/python-dependencies branch 8 times, most recently from 87b7f29 to 17e74f5 Compare December 24, 2025 00:32
@renovate renovate bot force-pushed the renovate/python-dependencies branch 2 times, most recently from e337677 to 0570e1c Compare December 27, 2025 16:28
| datasource | package                       | from           | to             |
| ---------- | ----------------------------- | -------------- | -------------- |
| pypi       | alembic                       | 1.13.2         | 1.17.2         |
| pypi       | arrow                         | 1.3.0          | 1.4.0          |
| pypi       | black                         | 24.8.0         | 25.12.0        |
| pypi       | build                         | 1.2.2          | 1.3.0          |
| pypi       | click                         | 8.1.7          | 8.3.1          |
| pypi       | django-cors-headers           | 4.4.0          | 4.9.0          |
| pypi       | djangorestframework-simplejwt | 5.3.1          | 5.5.1          |
| pypi       | factory-boy                   | 3.3.1          | 3.3.3          |
| pypi       | faker                         | 28.4.1         | 39.0.0         |
| pypi       | fastapi                       | 0.114.2        | 0.128.0        |
| pypi       | freezegun                     | 1.5.1          | 1.5.5          |
| pypi       | httpx                         | 0.24.1         | 0.28.1         |
| pypi       | importlib-metadata            | 7.2.1          | 8.7.1          |
| pypi       | mkdocs-material               | 9.5.34         | 9.7.1          |
| pypi       | mypy                          | 1.10.0         | 1.19.1         |
| pypi       | neoteroi-mkdocs               | 1.1.0          | 1.2.0          |
| pypi       | oauthlib                      | 3.2.2          | 3.3.1          |
| pypi       | pandas                        | 2.2.2          | 2.3.3          |
| pypi       | pandas-stubs                  | 2.2.2.240603   | 2.3.3.251219   |
| pypi       | polyfactory                   | 2.16.2         | 3.2.0          |
| pypi       | psycopg2-binary               | 2.9.9          | 2.9.11         |
| pypi       | pymdown-extensions            | 10.9           | 10.19.1        |
| pypi       | pytest                        | 8.3.3          | 9.0.2          |
| pypi       | pytest                        | 7.4.4          | 9.0.2          |
| pypi       | pytest-cov                    | 5.0.0          | 7.0.0          |
| pypi       | pytest-django                 | 4.9.0          | 4.11.1         |
| pypi       | pytest-httpx                  | 0.24.0         | 0.36.0         |
| pypi       | python-jose                   | 3.3.0          | 3.5.0          |
| pypi       | ruff                          | 0.6.5          | 0.14.10        |
| pypi       | sentry-sdk                    | 2.14.0         | 2.48.0         |
| pypi       | sqlmodel                      | 0.0.19         | 0.0.31         |
| pypi       | twine                         | 5.1.1          | 6.2.0          |
| pypi       | types-python-jose             | 3.3.4.20240106 | 3.5.0.20250531 |
| pypi       | urllib3                       | 2.2.3          | 2.6.2          |
| pypi       | uvicorn                       | 0.30.6         | 0.40.0         |
| pypi       | whitenoise                    | 6.7.0          | 6.11.0         |
| pypi       | xmltodict                     | 0.13.0         | 1.0.2          |
@renovate renovate bot force-pushed the renovate/python-dependencies branch from 0570e1c to 4452326 Compare December 28, 2025 13:08
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.

1 participant