Skip to content

Commit

Permalink
Bump certifi from 2022.12.7 to 2023.7.22 (#39)
Browse files Browse the repository at this point in the history
* Bump certifi from 2022.12.7 to 2023.7.22

Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2023.7.22.
- [Commits](certifi/python-certifi@2022.12.07...2023.07.22)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* Add python-benedict[xml] to requirements.txt

* Update setup.py

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Martin Röbke <[email protected]>
  • Loading branch information
dependabot[bot] and VaeterchenFrost authored Jul 27, 2023
1 parent 1ddafc1 commit f1dacde
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ graphviz~=0.14
hypothesis~=5.20.3
psycopg2~=2.8.5
python-benedict~=0.18.1
python-benedict[xml]
pytest~=5.4.3
pytest-mock~=3.2.0
PyYAML~=5.4
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def read_files(files, delim: str = "\n") -> str:
license='GPLv3',
packages=['tdvisu'],
platforms='any',
install_requires=['graphviz', 'psycopg2', 'python-benedict', 'PyYAML'],
install_requires=['graphviz', 'psycopg2', 'python-benedict', 'python-benedict[xml]', 'PyYAML'],
extras_require={'test': tests_require},
classifiers=classifiers,
keywords='graph visualization dynamic-programming msol-solver')
2 changes: 1 addition & 1 deletion stable-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
atomicwrites==1.4.0
attrs==19.3.0
certifi==2022.12.7
certifi==2023.7.22
chardet==3.0.4
colorama==0.4.3
ftfy==5.7
Expand Down

0 comments on commit f1dacde

Please sign in to comment.