Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scheduled weekly dependency update for week 35 #253

Closed
wants to merge 5 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@ IPy==1.00 # IP address parsing
dataclasses==0.6 # PEP 557 dataclasses for python<3.7
ordered-set==3.1.1 # Ordered sets for simple unique ordered storage
dotted==0.1.8 # Dotted path dictionary resolving for settings
beautifultable==0.7.0 # generating nice-looking ascii tables
beautifultable==0.8.0 # generating nice-looking ascii tables
PyYAML==5.1.2 # parsing YAML config files

# Database connections and management
psycopg2-binary==2.8.3
SQLAlchemy==1.3.7
alembic==1.0.11
SQLAlchemy==1.3.8
alembic==1.1.0
ujson==1.35

# Network handling
twisted==19.7.0

# Testing and related packages
pytest==4.6.3 # pyup: <5
pytest==4.6.5 # pyup: <5
pytest-cov==2.7.1
coverage==4.5.4
coveralls==1.8.2
Expand All @@ -35,6 +35,6 @@ flake8==3.7.8
pep8-naming==0.8.2

# Creating python packages
setuptools==41.1.0
setuptools==41.2.0
wheel==0.33.6
twine==1.13.0