Skip to content

Commit

Permalink
more pip module tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
MattReimer committed Jan 9, 2025
1 parent bde871d commit bc4899c
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 15 deletions.
6 changes: 3 additions & 3 deletions .devcontainer/requirements.docker.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ jsonschema==4.15.0
lxml==4.9.2
packaging==23.1
pluggy==1.0.0
pycodestyle==2.10.0
pycodestyle==2.12.0
pylint==2.15.0
pytest==7.2.0
pytest==8.3.4
requests==2.31.0
semver==3.0.0
termcolor==2.3.0
toml==0.10.2
tomli==2.0.1
urllib3==2.0.7
urllib3==2.0.6
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8 pytest
if [ -f python/requirements.txt ]; then pip install -r python/requirements.txt; fi
- name: Lint with flake8
run: |
Expand Down
8 changes: 4 additions & 4 deletions python/packages/rsxml/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
attrs==23.1.0
certifi==2023.5.7
certifi==2023.7.22
charset-normalizer==3.1.0
exceptiongroup==1.1.1
idna==3.4
iniconfig==2.0.0
lxml==4.9.2
packaging==23.1
pluggy==1.0.0
pycodestyle==2.10.0
pytest==7.2.0
pycodestyle==2.12.0
pytest==8.3.4
requests==2.31.0
semver==3.0.0
termcolor==2.3.0
tomli==2.0.1
urllib3==2.0.2
urllib3==2.0.6
8 changes: 4 additions & 4 deletions python/requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ autopep8==1.7.0
flake8==7.1.1
inquirer==2.10.0
jsonschema==4.15.0
lxml==4.9.1
lxml==4.9.2
mccabe==0.7.0
pycodestyle==2.9.1
pycodestyle==2.12.0
pylint==2.15.0
pytest==8.3.4
requests==2.31.0
termcolor==1.1.0
termcolor==2.3.0
toml==0.10.1
urllib3==2.0.2
urllib3==2.0.6
6 changes: 3 additions & 3 deletions python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
autopep8==1.7.0
flake8==7.1.1
jsonschema==4.15.0
lxml==4.9.1
pycodestyle==2.9.1
lxml==4.9.2
pycodestyle==2.12.0
pylint==2.15.0
pytest==8.3.4
requests==2.31.0
toml==0.10.2
urllib3==2.0.2
urllib3==2.0.6

0 comments on commit bc4899c

Please sign in to comment.