Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
chore: upgrade edx-enterprise-data to 6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammad-ammar committed Feb 22, 2024
1 parent dae6f71 commit 467e5c1
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 22 deletions.
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ backports-zoneinfo==0.2.1
# via django
boto==2.49.0
# via -r requirements/base.in
boto3==1.34.45
boto3==1.34.47
# via -r requirements/base.in
botocore==1.34.45
botocore==1.34.47
# via
# boto3
# s3transfer
Expand All @@ -33,7 +33,7 @@ coreapi==2.3.3
# via -r requirements/base.in
coreschema==0.0.4
# via coreapi
cryptography==42.0.3
cryptography==42.0.4
# via
# django-fernet-fields-v2
# pyjwt
Expand Down Expand Up @@ -114,7 +114,7 @@ edx-drf-extensions==10.2.0
# -r requirements/base.in
# edx-enterprise-data
# edx-rbac
edx-enterprise-data==6.1.0
edx-enterprise-data==6.1.1
# via -r requirements/base.in
edx-opaque-keys==2.5.1
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ backports-zoneinfo==0.2.1
# via django
boto==2.49.0
# via -r requirements/base.in
boto3==1.34.45
boto3==1.34.47
# via -r requirements/base.in
botocore==1.34.45
botocore==1.34.47
# via
# boto3
# s3transfer
Expand All @@ -33,7 +33,7 @@ coreapi==2.3.3
# via -r requirements/base.in
coreschema==0.0.4
# via coreapi
cryptography==42.0.3
cryptography==42.0.4
# via
# django-fernet-fields-v2
# pyjwt
Expand Down Expand Up @@ -114,7 +114,7 @@ edx-drf-extensions==10.2.0
# -r requirements/base.in
# edx-enterprise-data
# edx-rbac
edx-enterprise-data==6.1.0
edx-enterprise-data==6.1.1
# via -r requirements/base.in
edx-opaque-keys==2.5.1
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ beautifulsoup4==4.12.3
# via pydata-sphinx-theme
boto==2.49.0
# via -r requirements/base.in
boto3==1.34.45
boto3==1.34.47
# via -r requirements/base.in
botocore==1.34.45
botocore==1.34.47
# via
# boto3
# s3transfer
Expand All @@ -43,7 +43,7 @@ coreapi==2.3.3
# via -r requirements/base.in
coreschema==0.0.4
# via coreapi
cryptography==42.0.3
cryptography==42.0.4
# via
# django-fernet-fields-v2
# pyjwt
Expand Down Expand Up @@ -128,7 +128,7 @@ edx-drf-extensions==10.2.0
# -r requirements/base.in
# edx-enterprise-data
# edx-rbac
edx-enterprise-data==6.1.0
edx-enterprise-data==6.1.1
# via -r requirements/base.in
edx-opaque-keys==2.5.1
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ backports-zoneinfo==0.2.1
# via django
boto==2.49.0
# via -r requirements/base.in
boto3==1.34.45
boto3==1.34.47
# via -r requirements/base.in
botocore==1.34.45
botocore==1.34.47
# via
# boto3
# s3transfer
Expand All @@ -33,7 +33,7 @@ coreapi==2.3.3
# via -r requirements/base.in
coreschema==0.0.4
# via coreapi
cryptography==42.0.3
cryptography==42.0.4
# via
# django-fernet-fields-v2
# pyjwt
Expand Down Expand Up @@ -114,7 +114,7 @@ edx-drf-extensions==10.2.0
# -r requirements/base.in
# edx-enterprise-data
# edx-rbac
edx-enterprise-data==6.1.0
edx-enterprise-data==6.1.1
# via -r requirements/base.in
edx-opaque-keys==2.5.1
# via
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ backports-zoneinfo==0.2.1
# via django
boto==2.49.0
# via -r requirements/base.in
boto3==1.34.45
boto3==1.34.47
# via -r requirements/base.in
botocore==1.34.45
botocore==1.34.47
# via
# boto3
# s3transfer
Expand All @@ -37,11 +37,11 @@ coreapi==2.3.3
# via -r requirements/base.in
coreschema==0.0.4
# via coreapi
coverage[toml]==7.4.1
coverage[toml]==7.4.2
# via
# -r requirements/test.in
# pytest-cov
cryptography==42.0.3
cryptography==42.0.4
# via
# django-fernet-fields-v2
# pyjwt
Expand Down Expand Up @@ -127,7 +127,7 @@ edx-drf-extensions==10.2.0
# -r requirements/base.in
# edx-enterprise-data
# edx-rbac
edx-enterprise-data==6.1.0
edx-enterprise-data==6.1.1
# via -r requirements/base.in
edx-opaque-keys==2.5.1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ tomli==2.0.1
# tox
tox==4.13.0
# via -r requirements/tox.in
virtualenv==20.25.0
virtualenv==20.25.1
# via tox

0 comments on commit 467e5c1

Please sign in to comment.