Skip to content

Commit

Permalink
Release 3.3.0 requirements bump (#2172)
Browse files Browse the repository at this point in the history
* Bump tools and GDS to 3.3.0

* Update FALLBACK_VERSION

* Update requirements.txt
  • Loading branch information
thomas-bc committed Aug 1, 2023
1 parent 7566496 commit 72a2106
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 32 deletions.
2 changes: 1 addition & 1 deletion Autocoders/Python/src/fprime_ac/utils/version.py
Expand Up @@ -2,7 +2,7 @@
import os
import subprocess

FALLBACK_VERSION = "v3.2.0" # Keep up-to-date on release tag
FALLBACK_VERSION = "v3.3.0" # Keep up-to-date on release tag


def get_version_str(working_dir, fallback=FALLBACK_VERSION):
Expand Down
60 changes: 29 additions & 31 deletions requirements.txt
@@ -1,50 +1,48 @@
aniso8601==9.0.1
argcomplete==2.0.0
argcomplete==3.1.1
arrow==1.2.3
attrs==22.2.0
binaryornot==0.4.4
Brotli==1.0.9
certifi==2022.12.7
chardet==5.1.0
charset-normalizer==3.0.1
certifi==2023.7.22
chardet==5.2.0
charset-normalizer==3.2.0
Cheetah3==3.2.6.post1
click==8.1.3
cookiecutter==2.1.1
click==8.1.6
cookiecutter==2.2.3
et-xmlfile==1.1.0
exceptiongroup==1.1.0
Flask==2.2.2
exceptiongroup==1.1.2
Flask==2.2.3
Flask-Compress==1.13
Flask-RESTful==0.3.9
Flask-RESTful==0.3.10
fprime-fpp==1.3.0
fprime-gds==3.2.1a1
fprime-tools==3.2.0
fprime-gds==3.3.0
fprime-tools==3.3.0
gcovr==6.0
idna==3.4
importlib-metadata==4.13.0
importlib-metadata==6.7.0
iniconfig==2.0.0
itsdangerous==2.1.2
Jinja2==3.1.2
jinja2-time==0.2.0
lxml==4.9.2
Markdown==3.4.1
MarkupSafe==2.1.2
openpyxl==3.1.0
packaging==23.0
lxml==4.9.3
Markdown==3.4.4
MarkupSafe==2.1.3
openpyxl==3.1.2
packaging==23.1
pexpect==4.8.0
pluggy==1.0.0
pluggy==1.2.0
ptyprocess==0.7.0
Pygments==2.14.0
pytest==7.2.1
Pygments==2.15.1
pytest==7.4.0
python-dateutil==2.8.2
python-slugify==8.0.0
pytz==2022.7.1
PyYAML==6.0
pyzmq==25.0.0
requests==2.28.2
python-slugify==8.0.1
pytz==2023.3
PyYAML==6.0.1
pyzmq==25.1.0
requests==2.31.0
six==1.16.0
text-unidecode==1.3
toml==0.10.2
tomli==2.0.1
urllib3==1.26.14
Werkzeug==2.2.2
zipp==3.12.0
typing-extensions==4.7.1
urllib3==1.26.16
Werkzeug==2.2.3
zipp==3.15.0

0 comments on commit 72a2106

Please sign in to comment.