Skip to content

Commit f646cef

Browse files
authored
Merge pull request #158 from abnamro/build/updating_libraries_latest_verison
Updated libraries to the latest version available which had no breaking changes
2 parents c150c7f + 3127702 commit f646cef

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed
+8-8
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
celery==5.2.4
1+
celery==5.3.1
22
amqp==5.1.1
33
requests==2.31.0
44
sqlalchemy==1.4.37
5-
alembic==1.8.0
5+
alembic==1.11.2
66
fastapi==0.66.1
77
typing==3.7.4.3
88
pydantic==1.8.2
99
uvicorn==0.17.6
1010
waitress==2.1.2
11-
pyjwt[crypto]==2.4.0
11+
pyjwt[crypto]==2.8.0
1212
cryptography==41.0.3
13-
tenacity==8.0.1
14-
tomlkit==0.11.1
15-
python-multipart==0.0.5
13+
tenacity==8.2.2
14+
tomlkit==0.12.1
15+
python-multipart==0.0.6
1616
aiofiles==0.8.0
17-
GitPython==3.1.30
17+
GitPython==3.1.32
1818
packaging==21.3
1919
fastapi-cache2==0.2.1
20-
redis==4.5.5
20+
redis==4.6.0
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
celery==5.2.4
1+
celery==5.3.1
22
amqp==5.1.1
33
requests==2.31.0
44
typing==3.7.4.3
55
pydantic==1.8.2
6-
GitPython==3.1.30
6+
GitPython==3.1.32
77
resc-backend>=1.4.0
8-
tenacity==8.0.1
9-
prettytable==3.6.0
10-
termcolor==2.2.0
11-
tomlkit==0.11.1
8+
tenacity==8.2.2
9+
prettytable==3.8.0
10+
termcolor==2.3.0
11+
tomlkit==0.12.1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
celery==5.2.3
2-
atlassian-python-api==3.10.0
1+
celery==5.3.1
2+
atlassian-python-api==3.40.0
33
requests==2.31.0
44
azure-devops==6.0.0b4
5-
tenacity==8.0.1
5+
tenacity==8.2.2
66
pydantic==1.8.2
7-
pygithub==1.55
7+
pygithub==1.59.1

0 commit comments

Comments
 (0)