Skip to content

Commit

Permalink
Merge pull request #158 from abnamro/build/updating_libraries_latest_…
Browse files Browse the repository at this point in the history
…verison

Updated libraries to the latest version available which had no breaking changes
  • Loading branch information
Usman2ABN authored Aug 16, 2023
2 parents c150c7f + 3127702 commit f646cef
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
16 changes: 8 additions & 8 deletions components/resc-backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
celery==5.2.4
celery==5.3.1
amqp==5.1.1
requests==2.31.0
sqlalchemy==1.4.37
alembic==1.8.0
alembic==1.11.2
fastapi==0.66.1
typing==3.7.4.3
pydantic==1.8.2
uvicorn==0.17.6
waitress==2.1.2
pyjwt[crypto]==2.4.0
pyjwt[crypto]==2.8.0
cryptography==41.0.3
tenacity==8.0.1
tomlkit==0.11.1
python-multipart==0.0.5
tenacity==8.2.2
tomlkit==0.12.1
python-multipart==0.0.6
aiofiles==0.8.0
GitPython==3.1.30
GitPython==3.1.32
packaging==21.3
fastapi-cache2==0.2.1
redis==4.5.5
redis==4.6.0
12 changes: 6 additions & 6 deletions components/resc-vcs-scanner/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
celery==5.2.4
celery==5.3.1
amqp==5.1.1
requests==2.31.0
typing==3.7.4.3
pydantic==1.8.2
GitPython==3.1.30
GitPython==3.1.32
resc-backend>=1.4.0
tenacity==8.0.1
prettytable==3.6.0
termcolor==2.2.0
tomlkit==0.11.1
tenacity==8.2.2
prettytable==3.8.0
termcolor==2.3.0
tomlkit==0.12.1
8 changes: 4 additions & 4 deletions components/resc-vcs-scraper/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
celery==5.2.3
atlassian-python-api==3.10.0
celery==5.3.1
atlassian-python-api==3.40.0
requests==2.31.0
azure-devops==6.0.0b4
tenacity==8.0.1
tenacity==8.2.2
pydantic==1.8.2
pygithub==1.55
pygithub==1.59.1

0 comments on commit f646cef

Please sign in to comment.