Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bamhm182 committed Nov 29, 2022
1 parent bee0e65 commit f660f6f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
},
package_dir={'': 'src'},
install_requires=[
"alembic==1.8.1",
"netaddr==0.8.0",
"pathlib2==2.3.5",
"psycopg2-binary==2.9.1",
"pyaml==21.8.3",
"pyotp==2.6.0",
"requests==2.25.1",
"SQLAlchemy==1.4.31",
"alembic==1.7.5",
"urllib3==1.26.3",
"pathlib2==2.3.6",
"psycopg2-binary==2.9.5",
"pyaml==21.10.1",
"pyotp==2.7.0",
"requests==2.28.1",
"SQLAlchemy==1.4.44",
"urllib3==1.26.13",
]
)

0 comments on commit f660f6f

Please sign in to comment.