Skip to content

Commit

Permalink
Bump importlib-resources from 5.12.0 to 6.0.0
Browse files Browse the repository at this point in the history
Bumps [importlib-resources](https://github.com/python/importlib_resources) from 5.12.0 to 6.0.0.
- [Release notes](https://github.com/python/importlib_resources/releases)
- [Changelog](https://github.com/python/importlib_resources/blob/main/NEWS.rst)
- [Commits](python/importlib_resources@v5.12.0...v6.0.0)

---
updated-dependencies:
- dependency-name: importlib-resources
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and seanh committed Aug 4, 2023
1 parent c1d64a5 commit 303b80e
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ importlib-metadata==6.0.0
# alembic
# h-vialib
# pip-sync-faster
importlib-resources==5.12.0
importlib-resources==6.0.0
# via
# -r requirements/prod.txt
# alembic
Expand Down
2 changes: 1 addition & 1 deletion requirements/functests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ importlib-metadata==6.0.0
# alembic
# h-vialib
# pip-sync-faster
importlib-resources==5.12.0
importlib-resources==6.0.0
# via
# -r requirements/prod.txt
# alembic
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ importlib-metadata==6.0.0
# alembic
# h-vialib
# pip-sync-faster
importlib-resources==5.12.0
importlib-resources==6.0.0
# via
# -r requirements/functests.txt
# -r requirements/tests.txt
Expand Down
8 changes: 4 additions & 4 deletions requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ importlib-metadata==6.0.0
# via
# alembic
# h-vialib
importlib-resources==5.12.0
importlib-resources==6.0.0
# via
# -r requirements/prod.in
# alembic
Expand Down Expand Up @@ -117,9 +117,9 @@ pyramid-jinja2==2.10
pyramid-sanity==1.0.3
# via -r requirements/prod.in
pyramid-services==2.2
# via -r prod.in
# via -r requirements/prod.in
pyramid-tm==2.5
# via -r prod.in
# via -r requirements/prod.in
pyrsistent==0.17.3
# via jsonschema
python-jose[cryptography]==3.3.0
Expand Down Expand Up @@ -192,7 +192,7 @@ zope-interface==5.2.0
# wired
# zope-sqlalchemy
zope-sqlalchemy==3.0
# via -r prod.in
# via -r requirements/prod.in

# The following packages are considered to be unsafe in a requirements file:
setuptools==67.7.2
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ importlib-metadata==6.0.0
# alembic
# h-vialib
# pip-sync-faster
importlib-resources==5.12.0
importlib-resources==6.0.0
# via
# -r requirements/prod.txt
# alembic
Expand Down
2 changes: 1 addition & 1 deletion requirements/updatepdfjs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ click==8.1.3
# via pip-tools
importlib-metadata==4.12.0
# via pip-sync-faster
importlib-resources==5.12.0
importlib-resources==6.0.0
# via -r requirements/updatepdfjs.in
packaging==21.3
# via build
Expand Down

0 comments on commit 303b80e

Please sign in to comment.