Skip to content

Commit

Permalink
DS-2231 Update python libraries (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianAMartin authored Feb 12, 2024
1 parent a891397 commit 18152ec
Show file tree
Hide file tree
Showing 13 changed files with 57 additions and 57 deletions.
6 changes: 3 additions & 3 deletions application/cron/ragreset/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
boto3
moto
aws-psycopg2==1.2.1
boto3==1.34.39
moto==5.0.1
aws-psycopg2==1.3.8
6 changes: 3 additions & 3 deletions application/cron/removeoldchanges/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
boto3
moto
aws-psycopg2==1.2.1
boto3==1.34.39
moto==5.0.1
aws-psycopg2==1.3.8
6 changes: 3 additions & 3 deletions application/hk/filter/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
boto3
moto
aws-psycopg2==1.2.1
boto3==1.34.39
moto==5.0.1
aws-psycopg2==1.3.8
6 changes: 3 additions & 3 deletions application/hk/referralroles/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
boto3
moto
aws-psycopg2==1.2.1
boto3==1.34.39
moto==5.0.1
aws-psycopg2==1.3.8
6 changes: 3 additions & 3 deletions application/hk/servicetypes/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
boto3
moto
aws-psycopg2==1.2.1
boto3==1.34.39
moto==5.0.1
aws-psycopg2==1.3.8
6 changes: 3 additions & 3 deletions application/hk/stt/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
boto3
moto
aws-psycopg2==1.2.1
boto3==1.34.39
moto==5.0.1
aws-psycopg2==1.3.8
6 changes: 3 additions & 3 deletions application/hk/symptomdiscriminators/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
boto3
moto
aws-psycopg2==1.2.1
boto3==1.34.39
moto==5.0.1
aws-psycopg2==1.3.8
6 changes: 3 additions & 3 deletions application/hk/symptomdiscriminatorsynonyms/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
boto3
moto
aws-psycopg2==1.2.1
boto3==1.34.39
moto==5.0.1
aws-psycopg2==1.3.8
6 changes: 3 additions & 3 deletions application/hk/symptomgroupdiscriminators/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
boto3
moto
aws-psycopg2==1.2.1
boto3==1.34.39
moto==5.0.1
aws-psycopg2==1.3.8
6 changes: 3 additions & 3 deletions application/hk/symptomgroups/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
boto3
moto
aws-psycopg2==1.2.1
boto3==1.34.39
moto==5.0.1
aws-psycopg2==1.3.8
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Django
Django==5.0.2
46 changes: 23 additions & 23 deletions build/docker/tester/assets/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
awscli-local==0.18
awscli==1.22.64
black==22.3.0
boto3==1.21.9
bpython
configparser
coverage
cryptography
diagrams==0.21.1
flake8
mock
moto
mypy
prettytable
psycopg2
pyflakes
pygments
pylint
pytest
pytest-env
pytest-mock
pyyaml
requests==2.27.1
awscli-local==0.22.0
awscli==1.32.39
black==24.1.1
boto3==1.34.39
bpython==0.24
configparser==6.0.0
coverage==7.4.1
cryptography==42.0.2
diagrams==0.23.4
flake8==7.0.0
mock==5.1.0
moto==5.0.1
mypy==1.8.0
prettytable==3.9.0
psycopg2==3.1.18
pyflakes==3.2.0
pygments==2.17.2
pylint==3.0.3
pytest==8.0.0
pytest-env==1.1.3
pytest-mock==3.12.0
pyyaml==6.0.1
requests==2.31.0
6 changes: 3 additions & 3 deletions test/integration/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
boto3
moto
aws-psycopg2==1.2.1
boto3==1.34.39
moto==5.0.1
aws-psycopg2==1.3.8

0 comments on commit 18152ec

Please sign in to comment.