Skip to content

Commit

Permalink
Merge pull request #360 from SUNET/bugfix.dependency_202408
Browse files Browse the repository at this point in the history
upgrade napalm 4.1 -> 5.0, pydantic 2.5 ->  2.8 and some minor bumps
  • Loading branch information
indy-independence committed Aug 14, 2024
2 parents 8a7d19b + fcf82cb commit effe13e
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
alembic==1.13.1
alembic==1.13.2
APScheduler==3.10.4
coverage==7.4.0
coverage==7.6.1
Flask-Cors==4.0.1
Flask-JWT-Extended==4.6.0
flask-restx==1.3.0
flask==3.0.1
flask==3.0.3
Flask-SocketIO==5.3.6
gevent==23.9.1
GitPython==3.1.41
mypy==1.8.0
gevent==24.2.1
GitPython==3.1.43
mypy==1.11.1
mypy-extensions==1.0.0
markupsafe==2.1.4
markupsafe==2.1.5
nornir==3.4.1
nornir-jinja2==0.2.0
nornir-napalm==0.4.0
nornir-napalm==0.5.0
nornir-netmiko==1.0.1
nornir-utils==0.2.0
napalm==4.1.0
napalm==5.0.0
nose==1.3.7
pluggy==1.4.0
pluggy==1.5.0
psycopg2-binary==2.9.9
pytest==7.4.4
pytest-cov==4.1.0
pytest==8.3.2
pytest-cov==5.0.0
pytest-docker-compose==3.2.1
pytest-env==1.1.3
redis==5.0.8
redis-lru==0.1.0
Sphinx==7.2.6
SQLAlchemy==2.0.25
Sphinx==8.0.2
SQLAlchemy==2.0.32
sqlalchemy-stubs==0.4
SQLAlchemy-Utils==0.41.1
pydantic==2.5.3
SQLAlchemy-Utils==0.41.2
pydantic==2.8.2
Werkzeug==3.0.3
greenlet==3.0.3
pydantic_settings==2.1.0
pydantic_settings==2.4.0
Authlib==1.3.1
python-jose==3.3.0

0 comments on commit effe13e

Please sign in to comment.