Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
- bump certifi from 2024.6.2 to 2024.7.4
- bump cherrypy from 18.9.0 to 18.10.0
- bump importlib-metadata from 7.1.0 to 8.0.0
- bump inflect from 7.2.1 to 7.3.1
- bump jaraco-text from 3.12.0 to 3.12.1
- bump more-itertools from 10.3.0 to 10.2.0
- bump protobuf from 5.27.1 to 5.27.2
- bump pydantic from 2.7.4 to 2.8.2
- bump pydantic-core from 2.20.0 to 2.20.1
- bump pydantic-settings from 2.3.3 to 2.3.4
- bump python-statemachine from 2.3.1 to 2.3.3
- bump sqlalchemy from 2.0.30 to 2.0.31
- bump tempora from 5.5.1 to 5.6.0
- bump types-protobuf from 5.26.0.20240422 to 5.27.0.20240626
  • Loading branch information
hanstrompert committed Jul 4, 2024
1 parent 52ec439 commit 5182450
Showing 1 changed file with 15 additions and 17 deletions.
32 changes: 15 additions & 17 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ backports-zoneinfo==0.2.1
# via tzlocal
bcrypt==4.1.3
# via paramiko
certifi==2024.6.2
certifi==2024.7.4
# via requests
cffi==1.16.0
# via
Expand All @@ -26,7 +26,7 @@ charset-normalizer==3.3.2
# via requests
cheroot==10.0.1
# via cherrypy
cherrypy==18.9.0
cherrypy==18.10.0
# via supa (setup.cfg)
click==8.1.7
# via supa (setup.cfg)
Expand All @@ -44,11 +44,11 @@ htmlgen==2.0.0
# via supa (setup.cfg)
idna==3.7
# via requests
importlib-metadata==7.1.0
importlib-metadata==8.0.0
# via typeguard
importlib-resources==6.4.0
# via jaraco-text
inflect==7.2.1
inflect==7.3.1
# via jaraco-text
jaraco-collections==5.0.1
# via cherrypy
Expand All @@ -59,13 +59,13 @@ jaraco-functools==4.0.1
# cheroot
# jaraco-text
# tempora
jaraco-text==3.12.0
jaraco-text==3.12.1
# via jaraco-collections
lxml==5.2.2
# via supa (setup.cfg)
lxml-stubs==0.5.1
# via supa (setup.cfg)
more-itertools==10.3.0
more-itertools==10.2.0
# via
# cheroot
# cherrypy
Expand All @@ -79,44 +79,42 @@ paramiko==3.4.0
# via supa (setup.cfg)
portend==3.2.0
# via cherrypy
protobuf==5.27.1
protobuf==5.27.2
# via
# grpcio-tools
# mypy-protobuf
# supa (setup.cfg)
pycparser==2.22
# via cffi
pydantic==2.7.4
pydantic==2.8.2
# via pydantic-settings
pydantic-core==2.20.0
pydantic-core==2.20.1
# via pydantic
pydantic-settings==2.3.3
pydantic-settings==2.3.4
# via supa (setup.cfg)
pynacl==1.5.0
# via paramiko
python-dotenv==1.0.1
# via pydantic-settings
python-statemachine==2.3.1
python-statemachine==2.3.3
# via supa (setup.cfg)
pytz==2024.1
# via
# apscheduler
# tempora
# via apscheduler
requests==2.32.3
# via supa (setup.cfg)
six==1.16.0
# via apscheduler
sqlalchemy==2.0.30
sqlalchemy==2.0.31
# via supa (setup.cfg)
structlog==24.2.0
# via supa (setup.cfg)
tabulate==0.9.0
# via supa (setup.cfg)
tempora==5.5.1
tempora==5.6.0
# via portend
typeguard==4.3.0
# via inflect
types-protobuf==5.26.0.20240422
types-protobuf==5.27.0.20240626
# via mypy-protobuf
typing-extensions==4.12.2
# via
Expand Down

0 comments on commit 5182450

Please sign in to comment.