Skip to content

Commit

Permalink
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 46 deletions.
53 changes: 19 additions & 34 deletions clockwork_tools/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion clockwork_tools/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ license = "MIT"

[tool.poetry.dependencies]
python = "^3.9"
requests = "^2.27.1"
requests = "^2.31.0"
urllib3 = "^1.26.17"

[tool.poetry.dev-dependencies]

Expand Down
12 changes: 5 additions & 7 deletions clockwork_web/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
Babel==2.13.0
blinker==1.6.3
Babel==2.13.1
blinker==1.7.0
certifi==2023.7.22
charset-normalizer==3.3.0
charset-normalizer==3.3.2
click==8.1.7
dnspython==2.4.2
Flask==3.0.0
flask-babel==4.0.0
Flask-Login @ git+https://github.com/maxcountryman/flask-login.git@2204b4eee7b215977ba5a1bf85e2061f7fa65e20
Flask-Login @ git+https://github.com/maxcountryman/flask-login.git@ea80968c10f3d521ea4983652f183aa42e2f44fc
idna==3.4
importlib-metadata==6.8.0
itsdangerous==2.1.2
Jinja2==3.1.2
MarkupSafe==2.1.3
Expand All @@ -19,5 +18,4 @@ requests==2.31.0
sentry-sdk==1.32.0
toml==0.10.2
urllib3==2.0.7
Werkzeug==3.0.0
zipp==3.17.0
Werkzeug==3.0.1
2 changes: 1 addition & 1 deletion clockwork_web/requirements_orig.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ pymongo==4.5.0
requests==2.31.0
sentry-sdk==1.32.0
toml==0.10.2
Werkzeug==3.0.0
Werkzeug==3.0.1
4 changes: 2 additions & 2 deletions scripts/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
blinker==1.6.3
blinker==1.7.0
click==8.1.7
dnspython==2.4.2
Flask==3.0.0
Expand All @@ -8,4 +8,4 @@ ldap3==2.9.1
MarkupSafe==2.1.3
pyasn1==0.5.0
pymongo==4.5.0
Werkzeug==3.0.0
Werkzeug==3.0.1
2 changes: 1 addition & 1 deletion scripts/requirements_orig.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==3.0.0
ldap3==2.9.1
pymongo==4.5.0
Werkzeug==3.0.0
Werkzeug==3.0.1

0 comments on commit 63e8429

Please sign in to comment.