Skip to content

Commit

Permalink
chore: pin cloudflare and moto version
Browse files Browse the repository at this point in the history
  • Loading branch information
nadeemshahzad committed Nov 4, 2024
1 parent 6d85825 commit 3dad5f1
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 44 deletions.
51 changes: 12 additions & 39 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,12 @@
#
# make upgrade
#
annotated-types==0.7.0
# via pydantic
anyio==4.5.2
# via
# cloudflare
# httpx
asgiref==3.8.1
# via django
attrs==24.2.0
# via zeep
# via
# jsonlines
# zeep
backoff==2.2.1
# via -r requirements/base.in
boto3==1.35.54
Expand All @@ -26,8 +22,6 @@ cachetools==5.5.0
# via google-auth
certifi==2024.8.30
# via
# httpcore
# httpx
# kubernetes
# requests
cffi==1.17.1
Expand All @@ -43,14 +37,14 @@ click==8.1.7
# edx-django-utils
click-log==0.4.0
# via -r requirements/base.in
cloudflare==3.1.0
# via -r requirements/base.in
cloudflare==2.20.0
# via
# -c requirements/constraints.txt
# -r requirements/base.in
cryptography==43.0.3
# via pyjwt
deprecated==1.2.14
# via pygithub
distro==1.9.0
# via cloudflare
django==3.2.25
# via
# -c requirements/constraints.txt
Expand All @@ -73,8 +67,6 @@ edx-opaque-keys==2.11.0
# via -r requirements/base.in
edx-rest-api-client==6.0.0
# via -r requirements/base.in
exceptiongroup==1.2.2
# via anyio
freezegun==1.5.1
# via -r requirements/base.in
gitdb==4.0.11
Expand All @@ -97,21 +89,12 @@ google-auth-httplib2==0.2.0
# via google-api-python-client
googleapis-common-protos==1.65.0
# via google-api-core
h11==0.14.0
# via httpcore
httpcore==1.0.6
# via httpx
httplib2==0.22.0
# via
# google-api-python-client
# google-auth-httplib2
httpx==0.27.2
# via cloudflare
idna==3.10
# via
# anyio
# httpx
# requests
# via requests
isodate==0.7.2
# via zeep
jenkinsapi==0.3.13
Expand All @@ -122,6 +105,8 @@ jmespath==1.0.1
# via
# boto3
# botocore
jsonlines==4.0.0
# via cloudflare
kubernetes==31.0.0
# via -r requirements/base.in
lxml==5.3.0
Expand Down Expand Up @@ -157,10 +142,6 @@ pyasn1-modules==0.4.1
# via google-auth
pycparser==2.22
# via cffi
pydantic==2.9.2
# via cloudflare
pydantic-core==2.23.4
# via pydantic
pygithub==2.4.0
# via -r requirements/base.in
pyjwt[crypto]==2.9.0
Expand Down Expand Up @@ -192,10 +173,12 @@ pytz==2024.2
pyyaml==6.0.2
# via
# -r requirements/base.in
# cloudflare
# kubernetes
requests==2.32.3
# via
# -r requirements/base.in
# cloudflare
# edx-rest-api-client
# google-api-core
# jenkinsapi
Expand Down Expand Up @@ -234,11 +217,6 @@ six==1.16.0
# yagocd
smmap==5.0.1
# via gitdb
sniffio==1.3.1
# via
# anyio
# cloudflare
# httpx
sqlparse==0.5.1
# via django
stevedore==5.3.0
Expand All @@ -247,13 +225,8 @@ stevedore==5.3.0
# edx-opaque-keys
typing-extensions==4.12.2
# via
# annotated-types
# anyio
# asgiref
# cloudflare
# edx-opaque-keys
# pydantic
# pydantic-core
# pygithub
# simple-salesforce
unicodecsv==0.14.1
Expand Down
2 changes: 2 additions & 0 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ responses<0.21.0
django<4.0
setuptools<60
google-api-python-client<2
moto<5.0
cloudflare<3.0
10 changes: 5 additions & 5 deletions requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ click-log==0.4.0
code-annotations==1.8.0
# via edx-lint
coverage[toml]==7.6.1
# via
# coverage
# pytest-cov
# via pytest-cov
cryptography==43.0.3
# via moto
ddt==1.7.2
Expand Down Expand Up @@ -71,8 +69,10 @@ mccabe==0.7.0
# via pylint
mock==5.1.0
# via -r requirements/testing.in
moto==5.0.19
# via -r requirements/testing.in
moto==4.2.14
# via
# -c requirements/constraints.txt
# -r requirements/testing.in
packaging==24.1
# via pytest
pbr==6.1.0
Expand Down

0 comments on commit 3dad5f1

Please sign in to comment.