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

build(dependencies): update external dependencies #55

Merged
merged 17 commits into from
Jun 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
2bb85bb
chore(deps): bump pydantic from 1.9.0 to 1.9.1 (#34)
dependabot[bot] Jun 16, 2022
d2ba759
chore(deps): bump coverage from 6.3.2 to 6.4.1 (#40)
dependabot[bot] Jun 16, 2022
c31981e
chore(deps): bump requests from 2.27.1 to 2.28.0 (#38)
dependabot[bot] Jun 16, 2022
7ad6759
chore(deps): bump wrapt from 1.14.0 to 1.14.1 (#42)
dependabot[bot] Jun 16, 2022
8c1307d
chore(deps): bump pygments from 2.11.2 to 2.12.0 (#35)
dependabot[bot] Jun 16, 2022
44a4a95
Merge branch 'main' into development
ArturLazarenko Jun 16, 2022
dd74ecc
chore(deps): bump jinja2 from 3.1.1 to 3.1.2 (#47)
dependabot[bot] Jun 16, 2022
2a73d1e
chore(deps): bump pipenv from 2022.1.8 to 2022.6.7 (#46)
dependabot[bot] Jun 16, 2022
8dd072a
chore(deps): bump furo from 2022.4.7 to 2022.6.4.1 (#49)
dependabot[bot] Jun 16, 2022
ab2f2fa
chore(deps): bump zipp from 3.7.0 to 3.8.0 (#50)
dependabot[bot] Jun 16, 2022
56460d2
chore(deps): bump astroid from 2.11.2 to 2.11.6 (#44)
dependabot[bot] Jun 16, 2022
bab1724
chore(deps): bump certifi from 2021.10.8 to 2022.6.15 (#43)
dependabot[bot] Jun 16, 2022
291e042
chore(deps): bump importlib-metadata from 4.11.1 to 4.11.4 (#45)
dependabot[bot] Jun 16, 2022
cb8f9c3
chore(deps): bump docutils from 0.17.1 to 0.18.1 (#54)
dependabot[bot] Jun 16, 2022
e01f5fa
chore(deps): bump pytest from 7.1.1 to 7.1.2 (#52)
dependabot[bot] Jun 16, 2022
6ebc1b1
chore(deps): bump sphinx from 4.5.0 to 5.0.1 (#53)
dependabot[bot] Jun 16, 2022
abcc5ff
chore(deps): bump babel from 2.9.1 to 2.10.3 (#51)
dependabot[bot] Jun 16, 2022
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
12 changes: 6 additions & 6 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@ verify_ssl = true
name = "pypi"

[packages]
certifi = "==2021.10.8"
certifi = "==2022.6.15"
charset-normalizer = "==2.0.9"
distlib = "==0.3.4"
filelock = "==3.4.2"
idna = "==3.3"
importlib-metadata = "==4.11.1"
pipenv = "==2022.1.8"
importlib-metadata = "==4.11.4"
pipenv = "==2022.6.7"
platformdirs = "==2.4.1"
pydantic = "==1.9.0"
requests = "==2.27.1"
pydantic = "==1.9.1"
requests = "==2.28.0"
six = "==1.16.0"
typing-extensions = "==4.2.0"
urllib3 = "==1.26.7"
virtualenv = "==20.13.1"
virtualenv-clone = "==0.5.7"
zipp = "==3.7.0"
zipp = "==3.8.0"

[dev-packages]

Expand Down
6 changes: 3 additions & 3 deletions docs/req.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Jinja2==3.1.1
Sphinx==4.5.0
Jinja2==3.1.2
Sphinx==5.0.1
sphinx-autoapi==1.8.4
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==2.0.0
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
furo==2022.4.7
furo==2022.6.4.1
16 changes: 8 additions & 8 deletions req.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
alabaster==0.7.12
astroid==2.11.2
astroid==2.11.6
attrs==21.4.0
Babel==2.9.1
Babel==2.10.3
certifi==2021.10.8
charset-normalizer==2.0.9
coverage==6.3.2
coverage==6.4.1
distlib==0.3.4
docutils==0.17.1
docutils==0.18.1
filelock==3.4.2
idna==3.3
imagesize==1.3.0
importlib-metadata==4.10.0
iniconfig==1.1.1
Jinja2==3.1.1
Jinja2==3.1.2
lazy-object-proxy==1.7.1
MarkupSafe==2.1.1
multidict==6.0.2
Expand All @@ -22,9 +22,9 @@ platformdirs==2.4.1
pluggy==1.0.0
py==1.11.0
pydantic==1.9.0
Pygments==2.11.2
Pygments==2.12.0
pyparsing==3.0.9
pytest==7.1.1
pytest==7.1.2
pytest-cov==3.0.0
pytest-vcr==1.0.2
pytz==2022.1
Expand All @@ -39,6 +39,6 @@ urllib3==1.26.7
vcrpy==4.1.1
virtualenv==20.13.0
virtualenv-clone==0.5.7
wrapt==1.14.0
wrapt==1.14.1
yarl==1.7.2
zipp==3.7.0