Skip to content

Commit

Permalink
Merge pull request #322 from UW-GAC/dependabot/pip/jsonschema-4.20.0
Browse files Browse the repository at this point in the history
Bump jsonschema from 4.16.0 to 4.20.0
  • Loading branch information
amstilp authored Nov 30, 2023
2 parents 832d901 + 8454e07 commit 7bda71c
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
#
asgiref==3.7.2
# via django
attrs==22.1.0
# via jsonschema
attrs==23.1.0
# via
# jsonschema
# referencing
backports-zoneinfo==0.2.1
# via django
build==1.0.3
Expand Down Expand Up @@ -91,9 +93,13 @@ idna==3.3
importlib-metadata==5.2.0
# via build
importlib-resources==5.10.0
# via jsonschema
jsonschema==4.16.0
# via
# jsonschema
# jsonschema-specifications
jsonschema==4.20.0
# via -r requirements/requirements.in
jsonschema-specifications==2023.11.1
# via jsonschema
mysqlclient==2.1.0
# via -r requirements/requirements.in
networkx==2.8.8
Expand Down Expand Up @@ -136,8 +142,6 @@ pyparsing==3.0.9
# via packaging
pyproject-hooks==1.0.0
# via build
pyrsistent==0.19.2
# via jsonschema
python-dateutil==2.8.2
# via
# pandas
Expand All @@ -151,13 +155,21 @@ pytz==2023.3.post1
# django-anvil-consortium-manager
# django-dbbackup
# pandas
referencing==0.31.1
# via
# jsonschema
# jsonschema-specifications
requests==2.31.0
# via
# -r requirements/requirements.in
# django-allauth
# requests-oauthlib
requests-oauthlib==1.3.1
# via django-allauth
rpds-py==0.13.2
# via
# jsonschema
# referencing
rsa==4.9
# via google-auth
six==1.16.0
Expand Down

0 comments on commit 7bda71c

Please sign in to comment.