fix(deps): update all non-major dependencies
This MR contains the following updates:
| Package | Change | Age | Confidence | Type | Update |
|---|---|---|---|---|---|
| cachecontrol |
^0.13.1 -> ^0.14.0
|
dependencies | minor | ||
| django (changelog) |
4.2.11 -> 4.2.23
|
dependencies | patch | ||
| django-ucamlookup |
>=3.0.5,<3.1.0 -> >=3.1.0,<3.2.0
|
dependencies | minor | ||
| djangorestframework (source, changelog) |
3.14.0 -> 3.16.1
|
dependencies | minor | ||
| google-auth |
2.28.1 -> 2.40.3
|
dependencies | minor | ||
| pre-commit/mirrors-mypy |
v1.4.1 -> v1.17.1
|
repository | minor | ||
| psf/black |
23.3.0 -> 23.12.1
|
repository | minor | ||
| pycqa/flake8 |
6.0.0 -> 6.1.0
|
repository | minor | ||
| pyyaml (source) |
6.0.1 -> 6.0.2
|
dependencies | patch | ||
| registry.gitlab.developers.cam.ac.uk/uis/devops/infra/dockerimages/python |
3.10-slim -> 3.13-slim
|
final | minor | ||
| timothycrosley/isort |
5.12.0 -> 5.13.2
|
repository | minor | ||
| ucam-identitylib |
3.3.0 -> 3.4.0
|
dependencies | minor |
Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.
Release Notes
psf/cachecontrol (cachecontrol)
v0.14.3
- Drop support for Python 3.8.
v0.14.2
- Eliminate a race condition when overwriting cache entries.
- Fix a
requestsobject leak when doing caching on a streamed response
v0.14.1
What's Changed
- github: bump signing step, use dependabot by @woodruffw in https://github.com/psf/cachecontrol/pull/329
- build(deps): bump the actions group with 1 update by @dependabot in https://github.com/psf/cachecontrol/pull/330
- GitHub Action to spellcheck and lint Python code by @cclauss in https://github.com/psf/cachecontrol/pull/333
- workflows/tests: patch macos runner version for 3.7 by @woodruffw in https://github.com/psf/cachecontrol/pull/334
- build(deps): bump sigstore/gh-action-sigstore-python from 2.1.1 to 3.0.0 in the actions group by @dependabot in https://github.com/psf/cachecontrol/pull/338
- drop Python 3.7, add 3.13 by @woodruffw in https://github.com/psf/cachecontrol/pull/340
New Contributors
- @dependabot made their first contribution in https://github.com/psf/cachecontrol/pull/330
- @cclauss made their first contribution in https://github.com/psf/cachecontrol/pull/333
Full Changelog: https://github.com/psf/cachecontrol/compare/v0.14.0...v0.14.1
v0.14.0
What's Changed
- doc: improve the docs by @frostming in https://github.com/psf/cachecontrol/pull/316
- chore: update install command for
FileCacheby @m9810223 in https://github.com/psf/cachecontrol/pull/318 - serialize: simplify loading logic by @woodruffw in https://github.com/psf/cachecontrol/pull/317
- pyproject: constrain msgpack < 2.0.0 by @woodruffw in https://github.com/psf/cachecontrol/pull/319
- Miscellaneous repo cleanup by @woodruffw in https://github.com/psf/cachecontrol/pull/320
- update readme by @sdp5 in https://github.com/psf/cachecontrol/pull/321
- FileCache.directory: explictly allow pathlib.Path by @mr-c in https://github.com/psf/cachecontrol/pull/322
- Add support for Python 3.12 and drop EOL 3.6 by @hugovk in https://github.com/psf/cachecontrol/pull/323
- Fix document code case errors by @somata-cn in https://github.com/psf/cachecontrol/pull/326
- Don't use the cache if the request has a Range header by @dimbleby in https://github.com/psf/cachecontrol/pull/328
New Contributors
- @m9810223 made their first contribution in https://github.com/psf/cachecontrol/pull/318
- @sdp5 made their first contribution in https://github.com/psf/cachecontrol/pull/321
- @mr-c made their first contribution in https://github.com/psf/cachecontrol/pull/322
- @somata-cn made their first contribution in https://github.com/psf/cachecontrol/pull/326
Full Changelog: https://github.com/psf/cachecontrol/compare/v0.13.1...v0.14.0
django/django (django)
v4.2.23
v4.2.22
v4.2.21
v4.2.20
v4.2.19
v4.2.18
v4.2.17
v4.2.16
v4.2.15
v4.2.14
v4.2.13
v4.2.12
uis/devops/django/ucamlookup (django-ucamlookup)
v3.1.0
- Upgraded to support django 4.2
- Support for django 2.2 removed
encode/django-rest-framework (djangorestframework)
v3.16.1
This release fixes a few bugs, clean-up some old code paths for unsupported Python versions and improve translations.
Minor changes
- Cleanup optional
backports.zoneinfodependency and conditions on unsupported Python 3.8 and lower in #9681. Python versions prior to 3.9 were already unsupported so this isn't considered as a breaking change.
Bug fixes
- Fix regression in
unique_togethervalidation withSerializerMethodFieldin #9712 - Fix
UniqueTogetherValidatorto handle fields withsourceattribute in #9688 - Drop HTML line breaks on long headers in browsable API in #9438
Translations
- Add Kazakh locale support in #9713
- Update translations for Korean translations in #9571
- Update German translations in #9676
- Update Chinese translations in #9675
- Update Arabic translations-sal in #9595
- Update Persian translations in #9576
- Update Spanish translations in #9701
- Update Turkish Translations in #9749
- Fix some typos in Brazilian Portuguese translations in #9673
Documentation
- Removed reference to GitHub Issues and Discussions in #9660
- Add
drf-restwindand update outdated images inbrowsable-api.mdin #9680 - Updated funding page to represent current scope in #9686
- Fix broken Heroku JSON Schema link in #9693
- Update Django documentation links to use stable version in #9698
- Expand docs on unique constraints cause 'required=True' in #9725
- Revert extension back from
djangorestframework-guardian2todjangorestframework-guardianin #9734 - Add note to tutorial about required
requestin serializer context when usingHyperlinkedModelSerializerin #9732
Internal changes
- Update GitHub Actions to use Ubuntu 24.04 for testing in #9677
- Update test matrix to use Django 5.2 stable version in #9679
- Add
pyupgradetopre-commithooks in #9682 - Fix test with Django 5 when
pytzis available in #9715
New Contributors
- @araggohnxd made their first contribution in #9673
- @mbeijen made their first contribution in #9660
- @stefan6419846 made their first contribution in #9676
- @ren000thomas made their first contribution in #9675
- @ulgens made their first contribution in #9682
- @bukh-sal made their first contribution in #9595
- @rezatn0934 made their first contribution in #9576
- @Rohit10jr made their first contribution in #9693
- @kushibayev made their first contribution in #9713
- @alihassancods made their first contribution in #9732
- @kulikjak made their first contribution in #9715
- @Natgho made their first contribution in #9749
Full Changelog: https://github.com/encode/django-rest-framework/compare/3.16.0...3.16.1
v3.16.0
This release is considered a significant release to improve upstream support with Django and Python. Some of these may change the behaviour of existing features and pre-existing behaviour. Specifically, some fixes were added to around the support of UniqueConstraint with nullable fields which will improve built-in serializer validation.
Features
- Add official support for Django 5.1 and its new
LoginRequiredMiddlewarein #9514 and #9657 - Add official Django 5.2a1 support in #9634
- Add support for Python 3.13 in #9527 and #9556
- Support Django 2.1+ test client JSON data automatically serialized in #6511 and fix a regression in #9615
Bug fixes
- Fix unique together validator to respect condition's fields from
UniqueConstraintin #9360 - Fix raising on nullable fields part of
UniqueConstraintin #9531 - Fix
unique_togethervalidation with source in #9482 - Added protections to
AttributeErrorraised within properties in #9455 - Fix
get_template_contextto handle also lists in #9467 - Fix "Converter is already registered" deprecation warning. in #9512
- Fix noisy warning and accept integers as min/max values of
DecimalFieldin #9515 - Fix usages of
open()insetup.pyin #9661
Translations
- Add some missing Chinese translations in #9505
- Fix spelling mistakes in Farsi language were corrected in #9521
- Fixing and adding missing Brazilian Portuguese translations in #9535
Removals
- Remove support for Python 3.8 in #9670
- Remove long deprecated code from request wrapper in #9441
- Remove deprecated
AutoSchema._get_referencemethod in #9525
Documentation and internal changes
- Provide tests for hashing of
OperandHolderin #9437 - Update documentation: Add
adrfthird party package in #9198 - Update tutorials links in Community contributions docs in #9476
- Fix usage of deprecated Django function in example from docs in #9509
- Move path converter docs into a separate section in #9524
- Add test covering update view without
querysetattribute in #9528 - Fix Transifex link in #9541
- Fix example
httpiecall in docs in #9543 - Fix example for serializer field with choices in docs in #9563
- Remove extra
<>in validators example in #9590 - Update
strftimelink in the docs in #9624 - Switch to codecov GHA in #9618
- Add note regarding availability of the
actionattribute in 'Introspecting ViewSet actions' docs section in #9633 - Improved description of allowed throttling rates in documentation in #9640
- Add
rest-framework-gm2m-relationspackage to the list of 3rd party libraries in #9063 - Fix a number of typos in the test suite in the docs in #9662
- Add
django-pyoidcas a third party authentication library in #9667
New Contributors
-
@maerteijnmade their first contribution in #9198 -
@FraCata00made their first contribution in #9444 -
@AlvaroVegamade their first contribution in #9451 -
@james-mchugh made their first contribution in #9455 -
@ifeanyidavidmade their first contribution in #9479 -
@p-schlickmann made their first contribution in #9480 -
@akkumanmade their first contribution in #9505 -
@rafaelgramoschimade their first contribution in #9509 -
@Sinaatkdmade their first contribution in #9521 -
@gtkaczmade their first contribution in #9535 -
@slivercmade their first contribution in #9556 -
@gabrielromagnoli1987made their first contribution in #9543 -
@cheehong1030made their first contribution in #9563 -
@amansharma612made their first contribution in #9590 -
@Glurodamade their first contribution in #9616 -
@deepakangadimade their first contribution in #9624 -
@EXG1Omade their first contribution in #9633 -
@decadenzamade their first contribution in #9640 -
@mojtabaakbari221bmade their first contribution in #9063 -
@mikemangermade their first contribution in #9661 -
@gbipmade their first contribution in #9667
Full Changelog: https://github.com/encode/django-rest-framework/compare/3.15.2...3.16.0
v3.15.2
v3.15.1: Version 3.15.1
What's Changed
- Update the message to be consistent with the Django `HttpResponseBa… by @maycuatroi in https://github.com/encode/django-rest-framework/pull/9287
- Make
inflectionpackage truly optional by @browniebroke in https://github.com/encode/django-rest-framework/pull/9303 - Fix broken links in release notes for 3.15 by @browniebroke in https://github.com/encode/django-rest-framework/pull/9305
- TokenAdmin.autocomplete_fields Breaks Some Use Cases, Revert by @alexdlaird in https://github.com/encode/django-rest-framework/pull/9301
- Add drf-sendables to third-party-packages.md by @amikrop in https://github.com/encode/django-rest-framework/pull/9261
- Revert "feat: Add some changes to ValidationError to support django style vad…" by @auvipy in https://github.com/encode/django-rest-framework/pull/9326
- Revert "Re-prefetch related objects after updating" by @auvipy in https://github.com/encode/django-rest-framework/pull/9327
- Revert #8863 by @tomchristie in https://github.com/encode/django-rest-framework/pull/9330
- Revert #8009 by @tomchristie in https://github.com/encode/django-rest-framework/pull/9332
- Revert #9030 by @tomchristie in https://github.com/encode/django-rest-framework/pull/9333
- Revert "Fix NamespaceVersioning ignoring DEFAULT_VERSION on non-None namespaces" by @auvipy in https://github.com/encode/django-rest-framework/pull/9335
-
SearchFilter.get_search_termsreturns list. by @tomchristie in https://github.com/encode/django-rest-framework/pull/9338 - Version 3.15.1 by @tomchristie in https://github.com/encode/django-rest-framework/pull/9339
New Contributors
- @maycuatroi made their first contribution in https://github.com/encode/django-rest-framework/pull/9287
- @alexdlaird made their first contribution in https://github.com/encode/django-rest-framework/pull/9301
Full Changelog: https://github.com/encode/django-rest-framework/compare/3.15.0...3.15.1
v3.15.0
googleapis/google-auth-library-python (google-auth)
v2.40.3
Bug Fixes
- Auth fetch token from default endpoint (#1779) (88891cc)
- Remove unnecessary call to mds service (#1769) (7c61c7d)
- Retry 504 errors (#1767) (554f967)
v2.40.2
Bug Fixes
- Remove sync response logs in AuthorizedSession (97ed1c8)
- Update test to consider new error message from cryptography (#1765) (44e38b6)
v2.40.1
Bug Fixes
v2.40.0
Features
Bug Fixes
v2.39.0
Features
Bug Fixes
- Add impersonated SA via local ADC support for fetch_id_token (#1740) (f249764)
- Add missing packaging dependency for feature requiring urllib3 (#1732) (221f4a8)
- Add request timeout for MDS requests (#1699) (9f7d3fa)
- Explicitly declare support for Python 3.13 (#1741) (6fd04d5)
v2.38.0
Features
Documentation
- Add warnings regarding consuming externally sourced credentials (d049370)
v2.37.0
Features
v2.36.0
Features
- IAM signblob retries (#1600) (484c8db)
- Making iam endpoint universe-aware (#1604) (16c728d)
- Support External Account Authorized User as a Source Credential for impersonated credentials in ADC (#1608) (875796c)
Bug Fixes
- Adding default parameters to updated interfaces (#1622) (8cf1cb1)
- Change universe_domain to universe-domain (#1613) (168fcc6)
- Remove base class to avoid type conflict (#1619) (9e2789a)
- Revert templates for iam endpoints (#1614) (0a4363a)
- Update secret (#1611) (f070de0)
- Update secret (#1617) (10f42a7)
- Update secret (#1621) (6be19fb)
v2.35.0
Features
- Add cred info to ADC creds (#1587) (6f75dd5)
- Add support for asynchronous
AuthorizedSessionapi (#1577) (2910b6b)
Bug Fixes
v2.34.0
Features
Bug Fixes
v2.33.0
Features
- Implement async
StaticCredentialsusing access tokens (#1559) (dc17dfc) - Implement base classes for credentials and request sessions (#1551) (036dac4)
Bug Fixes
Documentation
v2.32.0
Features
v2.31.0
Features
Bug Fixes
- Added py.typed to MANIFEST.in (#1526) (1829a3b)
- Pass trust_env kwarg to ClientSession (#1533) (6c15c9a), closes #1530
v2.30.0
Features
- Add WebAuthn plugin component to handle WebAuthn get assertion request (#1464) (e25f336)
- ECP Provider drop cryptography requirement (#1524) (a821d71)
- Enable webauthn plugin for security keys (#1528) (e2d5e63)
Bug Fixes
- Fix id_token iam endpoint for non-gdu service credentials (#1506) (93d681e)
- Makes default token_url universe aware (#1514) (045776e)
v2.29.0
Features
Bug Fixes
v2.28.2
Bug Fixes
pre-commit/mirrors-mypy (pre-commit/mirrors-mypy)
v1.17.1
v1.17.0
v1.16.1
v1.16.0
v1.15.0
v1.14.1
v1.14.0
v1.13.0
v1.12.1
v1.12.0
v1.11.2
v1.11.1
v1.11.0
v1.10.1
v1.10.0
v1.9.0
v1.8.0
v1.7.1
v1.7.0
v1.6.1
v1.6.0
v1.5.1
v1.5.0
psf/black (psf/black)
v23.12.1
Packaging
- Fixed a bug that included dependencies from the
dextra by default (#4108)
v23.12.0
Highlights
It's almost 2024, which means it's time for a new edition of Black's stable style! Together with this release, we'll put out an alpha release 24.1a1 showcasing the draft 2024 stable style, which we'll finalize in the January release. Please try it out and share your feedback.
This release (23.12.0) will still produce the 2023 style. Most but not all of the
changes in --preview mode will be in the 2024 stable style.
Stable style
- Fix bug where
# fmt: offautomatically dedents when used with the--line-rangesoption, even when it is not within the specified line range. (#4084) - Fix feature detection for parenthesized context managers (#4104)
Preview style
- Prefer more equal signs before a break when splitting chained assignments (#4010)
- Standalone form feed characters at the module level are no longer removed (#4021)
- Additional cases of immediately nested tuples, lists, and dictionaries are now indented less (#4012)
- Allow empty lines at the beginning of all blocks, except immediately before a docstring (#4060)
- Fix crash in preview mode when using a short
--line-length(#4086) - Keep suites consisting of only an ellipsis on their own lines if they are not functions or class definitions (#4066) (#4103)
Configuration
-
--line-rangesnow skips Black's internal stability check in--safemode. This avoids a crash on rare inputs that have many unformatted same-content lines. (#4034)
Packaging
- Upgrade to mypy 1.7.1 (#4049) (#4069)
- Faster compiled wheels are now available for CPython 3.12 (#4070)
Integrations
- Enable 3.12 CI (#4035)
- Build docker images in parallel (#4054)
- Build docker images with 3.12 (#4055)
v23.11.0
Highlights
- Support formatting ranges of lines with the new
--line-rangescommand-line option (#4020)
Stable style
- Fix crash on formatting bytes strings that look like docstrings (#4003)
- Fix crash when whitespace followed a backslash before newline in a docstring (#4008)
- Fix standalone comments inside complex blocks crashing Black (#4016)
- Fix crash on formatting code like
await (a ** b)(#3994) - No longer treat leading f-strings as docstrings. This matches Python's behaviour and fixes a crash (#4019)
Preview style
- Multiline dicts and lists that are the sole argument to a function are now indented less (#3964)
- Multiline unpacked dicts and lists as the sole argument to a function are now also indented less (#3992)
- In f-string debug expressions, quote types that are visible in the final string are now preserved (#4005)
- Fix a bug where long
caseblocks were not split into multiple lines. Also enable general trailing comma rules oncaseblocks (#4024) - Keep requiring two empty lines between module-level docstring and first function or class definition (#4028)
- Add support for single-line format skip with other comments on the same line (#3959)
Configuration
- Consistently apply force exclusion logic before resolving symlinks (#4015)
- Fix a bug in the matching of absolute path names in
--include(#3976)
Performance
- Fix mypyc builds on arm64 on macOS (#4017)
Integrations
- Black's pre-commit integration will now run only on git hooks appropriate for a code formatter (#3940)
v23.10.1
Highlights
- Maintenance release to get a fix out for GitHub Action edge case (#3957)
Preview style
- Fix merging implicit multiline strings that have inline comments (#3956)
- Allow empty first line after block open before a comment or compound statement (#3967)
Packaging
- Change Dockerfile to hatch + compile black (#3965)
Integrations
- The summary output for GitHub workflows is now suppressible using the
summaryparameter. (#3958) - Fix the action failing when Black check doesn't pass (#3957)
Documentation
- It is known Windows documentation CI is broken https://github.com/psf/black/issues/3968
v23.10.0
Stable style
- Fix comments getting removed from inside parenthesized strings (#3909)
Preview style
- Fix long lines with power operators getting split before the line length (#3942)
- Long type hints are now wrapped in parentheses and properly indented when split across multiple lines (#3899)
- Magic trailing commas are now respected in return types. (#3916)
- Require one empty line after module-level docstrings. (#3932)
- Treat raw triple-quoted strings as docstrings (#3947)
Configuration
- Fix cache versioning logic when
BLACK_CACHE_DIRis set (#3937)
Parser
- Fix bug where attributes named
typewere not accepted insidematchstatements (#3950) - Add support for PEP 695 type aliases containing lambdas and other unusual expressions (#3949)
Output
- Black no longer attempts to provide special errors for attempting to format Python 2 code (#3933)
- Black will more consistently print stacktraces on internal errors in verbose mode (#3938)
Integrations
- The action output displayed in the job summary is now wrapped in Markdown (#3914)
v23.9.1
Due to various issues, the previous release (23.9.0) did not include compiled mypyc wheels, which make Black significantly faster. These issues have now been fixed, and this release should come with compiled wheels once again.
There will be no wheels for Python 3.12 due to a bug in mypyc. We will provide 3.12 wheels in a future release as soon as the mypyc bug is fixed.
Packaging
- Upgrade to mypy 1.5.1 (#3864)
Performance
- Store raw tuples instead of NamedTuples in Black's cache, improving performance and decreasing the size of the cache (#3877)
v23.9.0
Preview style
- More concise formatting for dummy implementations (#3796)
- In stub files, add a blank line between a statement with a body (e.g an
if sys.version_info > (3, x):) and a function definition on the same level (#3862) - Fix a bug whereby spaces were removed from walrus operators within subscript(#3823)
Configuration
- Black now applies exclusion and ignore logic before resolving symlinks (#3846)
Performance
- Avoid importing
IPythonif notebook cells do not contain magics (#3782) - Improve caching by comparing file hashes as fallback for mtime and size (#3821)
Blackd
- Fix an issue in
blackdwith single character input (#3558)
Integrations
- Black now has an
official pre-commit mirror. Swapping
https://github.com/psf/blacktohttps://github.com/psf/black-pre-commit-mirrorin your.pre-commit-config.yamlwill make Black about 2x faster (#3828) - The
.black.envfolder specified byENV_PATHwill now be removed on the completion of the GitHub Action (#3759)
v23.7.0
Highlights
- Runtime support for Python 3.7 has been removed. Formatting 3.7 code will still be supported until further notice (#3765)
Stable style
- Fix a bug where an illegal trailing comma was added to return type annotations using PEP 604 unions (#3735)
- Fix several bugs and crashes where comments in stub files were removed or mishandled under some circumstances (#3745)
- Fix a crash with multi-line magic comments like
type: ignorewithin parentheses (#3740) - Fix error in AST validation when Black removes trailing whitespace in a type comment (#3773)
Preview style
- Implicitly concatenated strings used as function args are no longer wrapped inside parentheses (#3640)
- Remove blank lines between a class definition and its docstring (#3692)
Configuration
- The
--workersargument to Black can now be specified via theBLACK_NUM_WORKERSenvironment variable (#3743) -
.pytest_cache,.ruff_cacheand.vscodeare now excluded by default (#3691) - Fix Black not honouring
pyproject.tomlsettings when running--stdin-filenameand thepyproject.tomlfound isn't in the current working directory (#3719) -
Black will now error if
excludeandextend-excludehave invalid data types inpyproject.toml, instead of silently doing the wrong thing (#3764)
Packaging
- Upgrade mypyc from 0.991 to 1.3 (#3697)
- Remove patching of Click that mitigated errors on Python 3.6 with
LANG=C(#3768)
Parser
- Add support for the new PEP 695 syntax in Python 3.12 (#3703)
Performance
- Speed up Black significantly when the cache is full (#3751)
- Avoid importing
IPythonin a case where we wouldn't need it (#3748)
Output
- Use aware UTC datetimes internally, avoids deprecation warning on Python 3.12 (#3728)
- Change verbose logging to exactly mirror Black's logic for source discovery (#3749)
Blackd
- The
blackdargument parser now shows the default values for options in their help text (#3712)
Integrations
- Black is now tested with
PYTHONWARNDEFAULTENCODING = 1(#3763) - Update GitHub Action to display black output in the job summary (#3688)
Documentation
yaml/pyyaml (pyyaml)
v6.0.2
What's Changed
- Support for Cython 3.x and Python 3.13.
Full Changelog: https://github.com/yaml/pyyaml/compare/6.0.1...6.0.2
timothycrosley/isort (timothycrosley/isort)
v5.13.2
- Apply the bracket fix from issue #471 only for use_parentheses=True (#2184) @bp72
- Confine pre-commit to stages (#2213) @davidculley
- Fixed colors extras (#2212) @staticdev
v5.13.1
- Fixed integration tests (#2208) @bp72
- Fixed normalizing imports from more than one level of parent modules (issue/2152) (#2191) @bp72
- Remove optional dependencies without extras (#2207) @staticdev
v5.13.0
- Cleanup deprecated extras (#2089) @staticdev
- Fixed #1989: settings lookup when working in stream based mode
- Fixed 80 line length for wemake linter (#2183) @skatromb
- Add support for Python 3.12 (#2175) @hugovk
- Fixed: add newest version to pre-commit docs (#2190) @AzulGarza
- Fixed assertions in test_git_hook (#2196) @mgorny
- Removed check for include_trailing_comma for the Hanging Indent wrap mode (#2192) @bp72
- Use the standard library tomllib on sufficiently new python (#2202) @eli-schwartz
- Update pre-commit.md version number (#2197) @nicobako
- doc: Update black_compatibility.md (#2177) @JSS95
- Fixed safety sept 2023 (#2178) @staticdev
- docs: fix black profile documentation (#2163) @nijel
- Fixed typo: indended -> indented (#2161) @vadimkerr
- Docs(configuration/options.md): fix missing trailing spaces for hard linebreak (#2157) @JoeyTeng
- Update pre-commit.md (#2148) @godiard
- chore: move configurations to pyproject.toml (#2115) @SauravMaheshkar
- Fixed typo in README (#2112) @stefmolin
- Update version in pre-commit setup to avoid installation issue with poetry (#2103) @stefmolin
- Skip .pytype directory by default. (#2098) @manueljacob
- Fixed a tip block styling in the Config Files section (#2097) @Klavionik
- Do not cache configuration files (#1995) @kaste
- Derive settings_path from --filename (#1992) @kaste
- Fixed year of version 5.12.0 in CHANGELOG.md (#2082) @DjLegolas
uis/devops/iam/identity-lib (ucam-identitylib)
v3.4.0
Changed
- Updated Photo API spec.
Added
- Position Reference Number identifier.
v3.3.2
Fixed
- Fixed PyPi publication pipeline.
- Updated CI templates.
- Updated dependencies.
v3.3.1
Fixed
- Photo API had
AllowAnypermissions incorrectly set for some of the endpoints. - Importing some modules/subpackages for the Card API and Photo API previously failed to import.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.