Skip to content

Commit 6163473

Browse files
committed
Upgrade multiple dependencies to latest version
Signed-off-by: Thomas Druez <[email protected]>
1 parent fb02397 commit 6163473

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

etc/thirdparty/virtualenv.pyz

1.37 MB
Binary file not shown.

etc/thirdparty/virtualenv.pyz.ABOUT

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
about_resource: virtualenv.pyz
22
name: get-virtualenv
3-
version: 20.14.1
4-
download_url: https://github.com/pypa/get-virtualenv/raw/20.14.1/public/virtualenv.pyz
3+
version: 20.15.1
4+
download_url: https://github.com/pypa/get-virtualenv/raw/20.15.1/public/virtualenv.pyz
55
description: virtualenv is a tool to create isolated Python environments.
66
homepage_url: https://github.com/pypa/virtualenv
77
license_expression: lgpl-2.1-plus AND (bsd-new OR apache-2.0) AND mit AND python AND bsd-new
@@ -10,4 +10,4 @@ copyright: Copyright (c) The Python Software Foundation and others
1010
redistribute: yes
1111
attribute: yes
1212
track_changes: yes
13-
package_url: pkg:github/pypa/get-virtualenv@20.14.1#public/virtualenv.pyz
13+
package_url: pkg:github/pypa/get-virtualenv@20.15.1#public/virtualenv.pyz

setup.cfg

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ packages=find:
4949
include_package_data = true
5050
zip_safe = false
5151
install_requires =
52-
importlib_metadata==4.11.4
52+
importlib_metadata==4.12.0
5353
# Django related
54-
Django==4.0.5
54+
Django==4.0.6
5555
django-environ==0.9.0
5656
django-crispy-forms==1.14.0
5757
django-filter==22.1
@@ -64,7 +64,7 @@ install_requires =
6464
# Task queue
6565
rq==1.10.1
6666
django-rq==2.5.1
67-
redis==4.3.3
67+
redis==4.3.4
6868
# WSGI server
6969
gunicorn==20.1.0
7070
# Docker
@@ -77,23 +77,23 @@ install_requires =
7777
fetchcode-container==1.2.3.210512; sys_platform == "linux"
7878
# Utilities
7979
XlsxWriter==3.0.3
80-
requests==2.28.0
80+
requests==2.28.1
8181
# Profiling
82-
pyinstrument==4.1.1
82+
pyinstrument==4.2.0
8383

8484
[options.extras_require]
8585
dev =
8686
# Validation
8787
pycodestyle==2.8.0
88-
black==22.3.0
88+
black==22.6.0
8989
isort==5.10.1
9090
doc8==0.11.2
9191
# Documentation
9292
Sphinx==5.0.2
9393
sphinx_rtd_theme==1.0.0
9494
sphinxcontrib-django2==1.5
9595
# Release
96-
bumpver==2022.1116
96+
bumpver==2022.1118
9797

9898
[options.entry_points]
9999
console_scripts =

0 commit comments

Comments
 (0)