Skip to content

Commit 0951c3b

Browse files
authored
Upgrade CI dependencies to the latest versions. (#381)
1 parent bc01a28 commit 0951c3b

File tree

2 files changed

+178
-178
lines changed

2 files changed

+178
-178
lines changed

generate_configurations.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,12 @@ def is_valid_env(env):
8787

8888
def requirements(env):
8989
yield 'pytest==%s' % (env.pytest_version)
90-
yield 'pytest-xdist==1.14'
90+
yield 'pytest-xdist==1.15'
9191
yield DJANGO_REQUIREMENTS[env.django_version]
9292
yield 'django-configurations==1.0'
9393

9494
if env.settings == 'postgres':
95-
yield 'psycopg2==2.6.1'
95+
yield 'psycopg2==2.6.2'
9696

9797
if env.settings in ('mysql_myisam', 'mysql_innodb'):
9898
yield 'mysql-python==1.2.5'

0 commit comments

Comments
 (0)