Skip to content

Commit

Permalink
Merge pull request #1970 from avrae/nightly
Browse files Browse the repository at this point in the history
Reverting Requirements.
  • Loading branch information
SeanStoves committed Jan 12, 2024
2 parents 5ed54e7 + 86fe7e4 commit b74b5a4
Showing 1 changed file with 16 additions and 18 deletions.
34 changes: 16 additions & 18 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,33 +4,31 @@ git+https://github.com/avrae/automation-common@v4.1.8
d20==1.1.2

# top-level deps
aiobotocore==2.9.0
aiobotocore==2.1.0
redis==4.6.0

cachetools==5.3.2
disnake~=2.9.0
gspread==5.12.4
httplib2==0.22.0
cachetools==4.2.2
disnake~=2.7.0
gspread==3.7.0
httplib2==0.19.0
launchdarkly-server-sdk==7.2.0
markdownify==0.11.6
markdownify==0.9.4
motor==2.3.1
Pillow==10.1.0
psutil==5.9.7
pydantic~=1.10.13
pyjwt==2.8.0
Pillow==9.0.1
psutil==5.8.0
pydantic~=1.9.0
pyjwt==2.4.0
python-meteor==0.1.6
pyyaml==6.0.1
rapidfuzz==3.5.2
sentry-sdk==1.39.0
rapidfuzz==2.0.11
sentry-sdk==1.3.0

# pinned transitive deps
aiohttp~=3.9.0
boto3==1.33.0 # used by clustering in certain scenarios
botocore==1.33.12
aiohttp~=3.8.0
boto3==1.20.24 # used by clustering in certain scenarios
botocore==1.23.24
dnspython==2.1.0 # used by mongodb
google-auth==2.13.0
pymongo==3.11.3 # pin this below 4.0 - TLS config changes in 4.0 are breaking

# Handling for Datadog
ddtrace>=0.59.1

ddtrace>=0.59.1

0 comments on commit b74b5a4

Please sign in to comment.