Skip to content

Commit bee1388

Browse files
dependabot[bot]Archaeopteryx
authored andcommitted
Bump uritemplate from 4.1.1 to 4.2.0
Bumps [uritemplate](https://github.com/python-hyper/uritemplate) from 4.1.1 to 4.2.0. - [Release notes](https://github.com/python-hyper/uritemplate/releases) - [Changelog](https://github.com/python-hyper/uritemplate/blob/main/HISTORY.rst) - [Commits](python-hyper/uritemplate@4.1.1...4.2.0) --- updated-dependencies: - dependency-name: uritemplate dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent de63f86 commit bee1388

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements/common.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ mozlog==8.0.0
1818
# Used directly and also by Django's YAML serializer.
1919
PyYAML==6.0.2 # Imported as yaml
2020
django-environ==0.11.2 # Imported as environ
21-
uritemplate==4.1.1 # For OpenAPI schema
21+
uritemplate==4.2.0 # For OpenAPI schema
2222

2323
python-dateutil==2.9.0.post0
2424
django-filter==25.1 # Listed in DEFAULT_FILTER_BACKENDS on settings.py

requirements/common.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1830,9 +1830,9 @@ tzdata==2025.2 \
18301830
# via
18311831
# kombu
18321832
# pandas
1833-
uritemplate==4.1.1 \
1834-
--hash=sha256:4346edfc5c3b79f694bccd6d6099a322bbeb628dbf2cd86eea55a456ce5124f0 \
1835-
--hash=sha256:830c08b8d99bdd312ea4ead05994a38e8936266f84b9a7878232db50b044e02e
1833+
uritemplate==4.2.0 \
1834+
--hash=sha256:480c2ed180878955863323eea31b0ede668795de182617fef9c6ca09e6ec9d0e \
1835+
--hash=sha256:962201ba1c4edcab02e60f9a0d3821e82dfc5d2d6662a21abd533879bdb8a686
18361836
# via -r requirements/common.in
18371837
urllib3==1.26.18 \
18381838
--hash=sha256:34b97092d7e0a3a8cf7cd10e386f401b3737364026c45e622aa02903dffe0f07 \

0 commit comments

Comments
 (0)